impaktapps-ui-builder 0.0.101-alpha.111 → 0.0.101-alpha.113

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,9 +10299,9 @@ var service = (funcParams) => {
10299
10299
  }));
10300
10300
  }
10301
10301
  const config2 = pageData == null ? void 0 : pageData.config;
10302
- if (config2 == null ? void 0 : config2.programIdRequired) {
10302
+ if ((config2 == null ? void 0 : config2.programIdRequired) && !funcParams.store.location.pathname.includes("ProgramId")) {
10303
10303
  console.log(funcParams.store);
10304
- funcParams.store.navigate(funcParams.store.location.pathname + `/:programId}`);
10304
+ funcParams.store.navigate(funcParams.store.location.pathname + `/ProgramId`);
10305
10305
  }
10306
10306
  const uiSchema = pageData == null ? void 0 : pageData.uiSchema;
10307
10307
  const event2 = new CustomEvent("pageNameChanged", {