impaktapps-ui-builder 0.0.101-alpha.350 → 0.0.101-alpha.351
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.
|
@@ -10287,7 +10287,7 @@ var service = (funcParams) => {
|
|
|
10287
10287
|
const config2 = pageData == null ? void 0 : pageData.config;
|
|
10288
10288
|
const pathParts = funcParams.store.location.pathname.split("/");
|
|
10289
10289
|
const programId = ((_a = JSON.parse(window.sessionStorage.getItem("ProgramID") || "{}")) == null ? void 0 : _a.value) || "programID";
|
|
10290
|
-
if ((pathParts == null ? void 0 : pathParts[1]) === "
|
|
10290
|
+
if ((pathParts == null ? void 0 : pathParts[1]) === "page") {
|
|
10291
10291
|
if (programId !== "programID") {
|
|
10292
10292
|
funcParams.store.setFormdata((pre) => ({ ...pre, programId }));
|
|
10293
10293
|
}
|