Olivier Massot hace 5 meses
padre
commit
5e1df7aea1
Se han modificado 1 ficheros con 1 adiciones y 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