impaktapps-ui-builder 1.0.288 → 1.0.289
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.
|
@@ -10994,8 +10994,8 @@ var service = (funcParams) => {
|
|
|
10994
10994
|
return;
|
|
10995
10995
|
const ChangeEventsKeysArray = Object.keys(eventGroups.onChange);
|
|
10996
10996
|
const promises = ChangeEventsKeysArray.flatMap((componentName) => {
|
|
10997
|
-
var _a
|
|
10998
|
-
if (((_a = funcParams.store) == null ? void 0 : _a.formData[componentName]) === funcParams.store.newData[componentName]
|
|
10997
|
+
var _a;
|
|
10998
|
+
if (((_a = funcParams.store) == null ? void 0 : _a.formData[componentName]) === funcParams.store.newData[componentName]) {
|
|
10999
10999
|
return [];
|
|
11000
11000
|
}
|
|
11001
11001
|
return eventGroups.onChange[componentName].map(
|