From 8974de165f78d01c8835694f14abd3892fae2628 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 11 Feb 2022 13:43:45 +0100 Subject: [PATCH] fix: PreventDefault on a button, thats all --- src/routes/sources/[id]/_Github.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/routes/sources/[id]/_Github.svelte b/src/routes/sources/[id]/_Github.svelte index b3285fd6d..91883d298 100644 --- a/src/routes/sources/[id]/_Github.svelte +++ b/src/routes/sources/[id]/_Github.svelte @@ -73,7 +73,9 @@ class:hover:bg-orange-500={!loading} disabled={loading}>{loading ? 'Saving...' : 'Save'} - + {/if}