refactor: delete quotation

This commit is contained in:
Thanaphon Frappet 2024-10-08 14:05:43 +07:00
parent 30c78ef269
commit 978c338ca4
2 changed files with 9 additions and 2 deletions

View file

@ -181,7 +181,7 @@ export const useQuotationForm = defineStore('form-quotation', () => {
persistent: true,
message: t('dialog.message.confirmDelete'),
action: async () => {
callback;
callback();
},
cancel: () => {},
});