diff --git a/frontend/src/ts/modals/quote-report.ts b/frontend/src/ts/modals/quote-report.ts index 626dc2038..124ca8acd 100644 --- a/frontend/src/ts/modals/quote-report.ts +++ b/frontend/src/ts/modals/quote-report.ts @@ -111,7 +111,7 @@ async function submitReport(): Promise { } Notifications.add("Report submitted. Thank you!", 1); - void hide(); + void hide(true); } function setup(modalEl: HTMLElement): void {