impaktapps-ui-builder 0.0.101-alpha.335 → 0.0.101-alpha.336

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,6 @@ var service = (funcParams) => {
10306
10306
  console.log("queryParams ", queryParams);
10307
10307
  if ((queryParams == null ? void 0 : queryParams.get("ProgramID")) !== programId + "") {
10308
10308
  funcParams.store.setSearchParams({ ...queryParams, ProgramID: programId });
10309
- funcParams.store.navigate(0);
10310
10309
  }
10311
10310
  if (programId !== "programID") {
10312
10311
  funcParams.store.setFormdata((pre) => ({ ...pre, programId }));