From 2341a06bf36d5562065e89008c96951c4bc790e9 Mon Sep 17 00:00:00 2001 From: Bilux Date: Wed, 22 Oct 2025 16:08:56 +0100 Subject: [PATCH] Fix template syntax for loading and click handlers --- src/routes/getting-started/+page.svelte | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/routes/getting-started/+page.svelte b/src/routes/getting-started/+page.svelte index 42dd0a6..59425f6 100644 --- a/src/routes/getting-started/+page.svelte +++ b/src/routes/getting-started/+page.svelte @@ -209,9 +209,8 @@ type="submit"
- disabled={loading} + disabled= + {`{loading}`}
class=
- onclick={handleClick} + onclick= + {`{handleClick}`}
>
Submit Form