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.
|
@@ -7932,7 +7932,7 @@ async function executeCustomHandler(customHandlerConfig, componentName, store, d
|
|
|
7932
7932
|
return { response: void 0, events: customHandlerConfig == null ? void 0 : customHandlerConfig.events };
|
|
7933
7933
|
}
|
|
7934
7934
|
async function mergeFormdata(handlerResponse, componentName2, eventConfig, store2) {
|
|
7935
|
-
if (eventConfig.type === "Select" && handlerResponse) {
|
|
7935
|
+
if (eventConfig.type === "Select" && !_.isEmpty(handlerResponse)) {
|
|
7936
7936
|
store2.setSchema((pre) => {
|
|
7937
7937
|
return {
|
|
7938
7938
|
...pre,
|