fix: validation not reset
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
This commit is contained in:
parent
5edff6a5a8
commit
5c01882a34
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ const formData = ref<AttributesForm>(defaultForm);
|
|||
function triggerUndo() {
|
||||
assignToForm();
|
||||
state.isEdit = false;
|
||||
refForm.value?.resetValidation();
|
||||
}
|
||||
|
||||
async function triggerSubmit() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue