Olivier Massot hai 5 meses
pai
achega
5e1df7aea1
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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