refactor: handle close dialog create quotation

This commit is contained in:
Thanaphon Frappet 2024-12-26 15:33:51 +07:00
parent 589be6d395
commit 7919f23505

View file

@ -219,6 +219,7 @@ function triggerQuotationDialog(opts: {
}),
);
pageState.addModal = false;
window.open(url.toString(), '_blank');
}