impaktapps-ui-builder 0.0.101-alpha.104 → 0.0.101-alpha.105

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.
@@ -10299,7 +10299,9 @@ var service = (funcParams) => {
10299
10299
  }));
10300
10300
  }
10301
10301
  const config2 = pageData == null ? void 0 : pageData.config;
10302
- console.log("Config", config2);
10302
+ if (config2 == null ? void 0 : config2.programIdRequired) {
10303
+ console.log(funcParams.store);
10304
+ }
10303
10305
  const uiSchema = pageData == null ? void 0 : pageData.uiSchema;
10304
10306
  const event2 = new CustomEvent("pageNameChanged", {
10305
10307
  detail: { pageName: config2.label }