refactor: close dialog after submitting quotation in credit and debit note pages

This commit is contained in:
puriphatt 2025-02-20 11:19:43 +07:00
parent f62463dc80
commit a6a997e55f
2 changed files with 2 additions and 2 deletions

View file

@ -117,6 +117,7 @@ function navigateTo(opts: {
async function submit() {
navigateTo({ statusDialog: 'create', quotationId: pageState.quotationId });
close();
}
function close() {