gamma-app-controller 3.0.3 → 3.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18756,7 +18756,7 @@ class TemplateDatasetCallService {
18756
18756
  .map(f => f.defaultValue);
18757
18757
  let isMatch;
18758
18758
  const username = this.securityPrincipal.getPrincipalName();
18759
- if (username == "admin" || this.securityPrincipal.groupDetails.includes('pronto-admin-group')) {
18759
+ if (username == "admin" || this.securityPrincipal.groupDetails?.includes('pronto-admin-group')) {
18760
18760
  isMatch = true;
18761
18761
  }
18762
18762
  else {