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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.101-alpha.335",
3
+ "version": "0.0.101-alpha.336",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -126,7 +126,7 @@ export default (funcParams: funcParamsProps) => {
126
126
  console.log("queryParams ", queryParams);
127
127
  if (queryParams?.get("ProgramID") !== programId + "") {
128
128
  funcParams.store.setSearchParams({ ...queryParams, ProgramID: programId });
129
- funcParams.store.navigate(0);
129
+ // funcParams.store.navigate(0);
130
130
  }
131
131
  if (programId !== "programID") {
132
132
  funcParams.store.setFormdata((pre) => ({ ...pre, programId: programId }));