Olivier Massot 5 hónapja
szülő
commit
5e1df7aea1
1 módosított fájl, 1 hozzáadás és 2 törlés
  1. 1 2
      components/Ui/Form.vue

+ 1 - 2
components/Ui/Form.vue

@@ -396,10 +396,9 @@ watch(
     if (JSON.stringify(newEntity) !== JSON.stringify(oldEntity)) {
       setIsDirty(true)
     }
-  }
+  },
 )
 
-
 /**
  * Handle events if the form is dirty to prevent submission
  * @param e