fix: batch self enrollment

This commit is contained in:
Jannat Patel
2024-10-11 19:16:40 +05:30
parent 961d5ec77b
commit eb350c5a20
5 changed files with 49 additions and 12 deletions

View File

@@ -85,7 +85,6 @@ const update = () => {
}
watch(props.data, (newData) => {
console.log(newData)
if (newData && !isDirty.value) {
isDirty.value = true
}