impaktapps-ui-builder 0.0.27 → 0.0.271
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.
|
@@ -8048,6 +8048,7 @@ const extractEvents = (eventConfig) => {
|
|
|
8048
8048
|
var service = (funcParams) => {
|
|
8049
8049
|
return {
|
|
8050
8050
|
setPage: async function() {
|
|
8051
|
+
funcParams.store.setFormdata({});
|
|
8051
8052
|
eventGroups = {};
|
|
8052
8053
|
eventGroups = extractEvents(funcParams.config);
|
|
8053
8054
|
await executeEvents(
|