impaktapps-ui-builder 0.0.382-alpha.56 → 0.0.382-alpha.57
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.
|
@@ -8343,6 +8343,7 @@ async function executeEventsHandler(params2) {
|
|
|
8343
8343
|
} else if (params2.config.Handler === "refresh") {
|
|
8344
8344
|
return await executeRefreshHandler(params2);
|
|
8345
8345
|
} else if (params2.config.Handler === "mergeFormdata") {
|
|
8346
|
+
console.log("params : ", params2);
|
|
8346
8347
|
const result = await mergeFormdata(
|
|
8347
8348
|
params2.parentEventOutput,
|
|
8348
8349
|
params2.componentName,
|