Olivier Massot 5 달 전
부모
커밋
5e1df7aea1
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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