impaktapps-ui-builder 1.0.421 → 1.0.423
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.
|
@@ -10951,8 +10951,8 @@ var service = (funcParams) => {
|
|
|
10951
10951
|
return;
|
|
10952
10952
|
const ChangeEventsKeysArray = Object.keys(eventGroups.onChange);
|
|
10953
10953
|
const promises = ChangeEventsKeysArray.flatMap((componentName) => {
|
|
10954
|
-
var _a
|
|
10955
|
-
if (((_a = funcParams.store) == null ? void 0 : _a.formData[componentName]) === funcParams.store.newData[componentName]
|
|
10954
|
+
var _a;
|
|
10955
|
+
if (((_a = funcParams.store) == null ? void 0 : _a.formData[componentName]) === funcParams.store.newData[componentName]) {
|
|
10956
10956
|
return [];
|
|
10957
10957
|
}
|
|
10958
10958
|
return eventGroups.onChange[componentName].map(
|