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