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() {
|
function triggerUndo() {
|
||||||
assignToForm();
|
assignToForm();
|
||||||
state.isEdit = false;
|
state.isEdit = false;
|
||||||
|
refForm.value?.resetValidation();
|
||||||
}
|
}
|
||||||
|
|
||||||
async function triggerSubmit() {
|
async function triggerSubmit() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue