impaktapps-ui-builder 0.0.101-alpha.120 → 0.0.101-alpha.121
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.
|
@@ -10306,7 +10306,7 @@ var service = (funcParams) => {
|
|
|
10306
10306
|
funcParams.store.navigate(
|
|
10307
10307
|
`${funcParams.store.location.pathname}/${programId}`
|
|
10308
10308
|
);
|
|
10309
|
-
} else if (pathParts[2] !== programId) {
|
|
10309
|
+
} else if (pathParts[2] !== programId + "") {
|
|
10310
10310
|
pathParts[2] = programId;
|
|
10311
10311
|
const newPath = pathParts.slice(0, 3).join("/") + "/";
|
|
10312
10312
|
funcParams.store.navigate(newPath);
|