impaktapps-ui-builder 0.0.409-t → 0.0.409-u
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.
|
@@ -8747,6 +8747,7 @@ const extractEvents = (eventConfig) => {
|
|
|
8747
8747
|
return eventGroups;
|
|
8748
8748
|
};
|
|
8749
8749
|
var service = (funcParams) => {
|
|
8750
|
+
eventGroups = {};
|
|
8750
8751
|
if (pageData) {
|
|
8751
8752
|
if (!lodash.exports.isEmpty(pageData) && typeof pageData === "object") {
|
|
8752
8753
|
eventGroups = extractEvents(pageData == null ? void 0 : pageData.config);
|