impaktapps-ui-builder 0.0.290 → 0.0.291
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.
|
@@ -9885,7 +9885,7 @@ async function mergeFormdata(handlerResponse, componentName, eventConfig, store2
|
|
|
9885
9885
|
}
|
|
9886
9886
|
};
|
|
9887
9887
|
});
|
|
9888
|
-
} else if (eventConfig.type
|
|
9888
|
+
} else if (eventConfig.type === "MultipleSelect" && !(_.isEmpty(handlerResponse) && handlerResponse)) {
|
|
9889
9889
|
store2.setSchema((pre) => {
|
|
9890
9890
|
var _a;
|
|
9891
9891
|
return {
|