@@ -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