impaktapps-ui-builder 0.0.272 → 0.0.273

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.272",
3
+ "version": "0.0.273",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -138,7 +138,7 @@ async function executeCustomHandler(customHandlerConfig: any, componentName: str
138
138
  }
139
139
 
140
140
  async function mergeFormdata(handlerResponse: any, componentName: string, eventConfig: any, store: any) {
141
- if (eventConfig.type === "Select" && handlerResponse) {
141
+ if (eventConfig.type === "Select" && !(_.isEmpty(handlerResponse)&&handlerResponse)) {
142
142
  store.setSchema((pre) => {
143
143
  return {
144
144
  ...pre, properties: {