impaktapps-ui-builder 1.0.433 → 1.0.434

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