impaktapps-ui-builder 0.0.382-alpha.551 → 0.0.382-alpha.552
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.
|
@@ -9057,7 +9057,9 @@ var service = (funcParams) => {
|
|
|
9057
9057
|
};
|
|
9058
9058
|
return {
|
|
9059
9059
|
setPage: async function() {
|
|
9060
|
-
funcParams.store.setFormdata({
|
|
9060
|
+
funcParams.store.setFormdata((prev) => {
|
|
9061
|
+
return {};
|
|
9062
|
+
});
|
|
9061
9063
|
executeEventsParameters = {
|
|
9062
9064
|
config: {},
|
|
9063
9065
|
componentName: "",
|