impaktapps-ui-builder 0.0.382-alpha.54 → 0.0.382-alpha.55

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.382-alpha.54",
3
+ "version": "0.0.382-alpha.55",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -126,6 +126,7 @@ async function mergeFormdata(handlerResponse: any, componentName: string, eventC
126
126
  }
127
127
  else if (eventConfig.type === "page") {
128
128
  if (!(_.isEmpty(handlerResponse?.data) && handlerResponse?.data)) {
129
+ console.log("console : " , handlerResponse);
129
130
  store.setFormdata((pre: any) => { return { ...pre, ...handlerResponse?.data } })
130
131
  }
131
132
  }