refactor: delete quotation
This commit is contained in:
parent
30c78ef269
commit
978c338ca4
2 changed files with 9 additions and 2 deletions
|
|
@ -181,7 +181,7 @@ export const useQuotationForm = defineStore('form-quotation', () => {
|
|||
persistent: true,
|
||||
message: t('dialog.message.confirmDelete'),
|
||||
action: async () => {
|
||||
callback;
|
||||
callback();
|
||||
},
|
||||
cancel: () => {},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue