From b825174a07ec9e718b38aa75610de8675f7de590 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 23 Jun 2025 21:03:01 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Will Greenberg --- bin/web/src/lib/components/ConfigForm.svelte | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bin/web/src/lib/components/ConfigForm.svelte b/bin/web/src/lib/components/ConfigForm.svelte index d8b8c59..6697f3d 100644 --- a/bin/web/src/lib/components/ConfigForm.svelte +++ b/bin/web/src/lib/components/ConfigForm.svelte @@ -80,7 +80,7 @@ {#if showConfig} {#if loading}
Loading config...
- {:else if config} + {:else if config}
{ e.preventDefault(); saveConfig(); }}>
@@ -249,7 +249,7 @@