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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "1.0.288",
3
+ "version": "1.0.289",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -234,8 +234,7 @@ export default (funcParams: funcParamsProps) => {
234
234
 
235
235
  const promises = ChangeEventsKeysArray.flatMap((componentName: string) => {
236
236
  if (
237
- funcParams.store?.formData[componentName] === funcParams.store.newData[componentName] ||
238
- funcParams.store?.newData[componentName] === undefined
237
+ funcParams.store?.formData[componentName] === funcParams.store.newData[componentName]
239
238
  ) {
240
239
  return [];
241
240
  }