impaktapps-ui-builder 0.0.101-alpha.105 → 0.0.101-alpha.107
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.
|
@@ -10301,6 +10301,7 @@ var service = (funcParams) => {
|
|
|
10301
10301
|
const config2 = pageData == null ? void 0 : pageData.config;
|
|
10302
10302
|
if (config2 == null ? void 0 : config2.programIdRequired) {
|
|
10303
10303
|
console.log(funcParams.store);
|
|
10304
|
+
funcParams.store.navigate(`/${window.sessionStorage.getItem("ProgramID")}`);
|
|
10304
10305
|
}
|
|
10305
10306
|
const uiSchema = pageData == null ? void 0 : pageData.uiSchema;
|
|
10306
10307
|
const event2 = new CustomEvent("pageNameChanged", {
|