fix: typo
This commit is contained in:
parent
d8051703ec
commit
0bc7aac41f
2 changed files with 5 additions and 6 deletions
|
|
@ -160,7 +160,7 @@ async function submitCustomer() {
|
|||
|
||||
async function triggerDialogDeleteQuottaion(id: string) {
|
||||
quotationFormStore.dialogDelete(async () => {
|
||||
await quotationStore.deleteQuottaion(id);
|
||||
await quotationStore.deleteQuotation(id);
|
||||
await fetchQuotationList();
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue