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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "1.0.433",
3
+ "version": "1.0.434",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -212,8 +212,7 @@ export default (funcParams: funcParamsProps) => {
212
212
 
213
213
  const promises = ChangeEventsKeysArray.flatMap((componentName: string) => {
214
214
  if (
215
- funcParams.store?.formData[componentName] === funcParams.store.newData[componentName] ||
216
- funcParams.store?.newData[componentName] === undefined
215
+ funcParams.store?.formData[componentName] === funcParams.store.newData[componentName]
217
216
  ) {
218
217
  return [];
219
218
  }