fix: typo

This commit is contained in:
Methapon Metanipat 2024-10-24 13:57:22 +07:00
parent d8051703ec
commit 0bc7aac41f
2 changed files with 5 additions and 6 deletions

View file

@ -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();
});
}