From c6a47e8ef8b9db9f74034a5120a760d4ee4d2b51 Mon Sep 17 00:00:00 2001 From: Miodec Date: Wed, 20 Mar 2024 15:38:01 +0100 Subject: [PATCH] chore: clearing modal chain --- frontend/src/ts/modals/quote-report.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {