impaktapps-ui-builder 0.0.101-alpha.274 → 0.0.101-alpha.276
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.
|
@@ -10306,12 +10306,10 @@ const extractEvents = (eventConfig) => {
|
|
|
10306
10306
|
return eventGroups;
|
|
10307
10307
|
};
|
|
10308
10308
|
var service = (funcParams) => {
|
|
10309
|
-
eventGroups = {};
|
|
10310
10309
|
const formDataHolder = {};
|
|
10311
10310
|
if (pageData) {
|
|
10312
|
-
if (!lodash.exports.isEmpty(pageData) && typeof pageData === "object")
|
|
10313
|
-
|
|
10314
|
-
}
|
|
10311
|
+
if (!lodash.exports.isEmpty(pageData) && typeof pageData === "object")
|
|
10312
|
+
;
|
|
10315
10313
|
}
|
|
10316
10314
|
let executeEventsParameters = {
|
|
10317
10315
|
config: {},
|