impaktapps-ui-builder 0.0.101-alpha.232 → 0.0.101-alpha.233

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.232",
3
+ "version": "0.0.101-alpha.233",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -99,6 +99,9 @@ export default (funcParams: funcParamsProps) => {
99
99
  0
100
100
  );
101
101
  }
102
+ if(programId !== "programID"){
103
+ funcParams.store.setFormdata((pre)=>({...pre,programId: programId}))
104
+ }
102
105
 
103
106
  // const pathParts = funcParams.store.location.pathname.split("/");
104
107
  // const programId = JSON.parse(window.sessionStorage.getItem("ProgramID") || "{}")?.value || "programID";