From a83ba25698a0da535710bb8d4b7b146311d092f9 Mon Sep 17 00:00:00 2001 From: bytedream Date: Sun, 18 May 2025 18:00:29 +0200 Subject: [PATCH] add cancel button to confirm popup --- src/components/popup/ConfirmPopup.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/popup/ConfirmPopup.svelte b/src/components/popup/ConfirmPopup.svelte index eb5e116..259f429 100644 --- a/src/components/popup/ConfirmPopup.svelte +++ b/src/components/popup/ConfirmPopup.svelte @@ -25,6 +25,7 @@

{$confirmPopupState?.title}

{$confirmPopupState?.message}

+