impaktapps-ui-builder 1.0.66-alpha.5 → 1.0.66-alpha1

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.
@@ -10372,7 +10372,7 @@ var service = (funcParams) => {
10372
10372
  const config2 = pageData == null ? void 0 : pageData.config;
10373
10373
  const uiSchema = pageData == null ? void 0 : pageData.uiSchema;
10374
10374
  const event2 = new CustomEvent("pageNameChanged", {
10375
- detail: { pageName: config2.label, hasBackIcon: config2.hasBackIcon === "NO" ? false : true }
10375
+ detail: { pageName: config2.label + "add", hasBackIcon: config2.hasBackIcon === "NO" ? false : true }
10376
10376
  });
10377
10377
  window.dispatchEvent(event2);
10378
10378
  (_b = (_a = funcParams == null ? void 0 : funcParams.store) == null ? void 0 : _a.theme) == null ? void 0 : _b.myTheme;