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.
|
@@ -8429,6 +8429,7 @@ async function mergeFormdata(handlerResponse, componentName, eventConfig, store2
|
|
|
8429
8429
|
});
|
|
8430
8430
|
} else if (eventConfig.type === "page") {
|
|
8431
8431
|
if (!(_.isEmpty(handlerResponse == null ? void 0 : handlerResponse.data) && (handlerResponse == null ? void 0 : handlerResponse.data))) {
|
|
8432
|
+
console.log("console : ", handlerResponse);
|
|
8432
8433
|
store2.setFormdata((pre) => {
|
|
8433
8434
|
return { ...pre, ...handlerResponse == null ? void 0 : handlerResponse.data };
|
|
8434
8435
|
});
|