refactor: close dialog after submitting quotation in credit and debit note pages
This commit is contained in:
parent
f62463dc80
commit
a6a997e55f
2 changed files with 2 additions and 2 deletions
|
|
@ -117,6 +117,7 @@ function navigateTo(opts: {
|
|||
|
||||
async function submit() {
|
||||
navigateTo({ statusDialog: 'create', quotationId: pageState.quotationId });
|
||||
close();
|
||||
}
|
||||
|
||||
function close() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue