From 7ac3405178a504934a02e8e8c076be9ee39957bc Mon Sep 17 00:00:00 2001 From: Christopher Bisset Date: Sat, 30 Jul 2022 15:38:24 +1000 Subject: [PATCH] fix alert to be within onmount scope --- src/lib/common/Alert.svelte | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/lib/common/Alert.svelte b/src/lib/common/Alert.svelte index ecc120f..4a8405c 100644 --- a/src/lib/common/Alert.svelte +++ b/src/lib/common/Alert.svelte @@ -1,13 +1,15 @@