feat: change mode on reset
This commit is contained in:
parent
5ddb142f3e
commit
5099e43dee
1 changed files with 2 additions and 0 deletions
|
|
@ -93,6 +93,8 @@ export const useQuotationForm = defineStore('form-quotation', () => {
|
|||
}
|
||||
|
||||
currentFormData.value = structuredClone(resetFormData);
|
||||
|
||||
currentFormState.value.mode = 'info';
|
||||
}
|
||||
|
||||
async function assignFormData(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue