fix: validation not reset
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s

This commit is contained in:
Methapon2001 2025-06-13 16:06:19 +07:00
parent 5edff6a5a8
commit 5c01882a34

View file

@ -57,6 +57,7 @@ const formData = ref<AttributesForm>(defaultForm);
function triggerUndo() {
assignToForm();
state.isEdit = false;
refForm.value?.resetValidation();
}
async function triggerSubmit() {