From 8a6f64dbc8b70edf9cff74400ed93f3b9b629bec Mon Sep 17 00:00:00 2001 From: Mawoka Date: Sun, 6 Mar 2022 11:23:34 +0100 Subject: [PATCH] :bug: Fixed the binding thing --- frontend/src/routes/create.svelte | 167 +++++++++++++++++------------- 1 file changed, 93 insertions(+), 74 deletions(-) diff --git a/frontend/src/routes/create.svelte b/frontend/src/routes/create.svelte index dcab2c2..eadb11a 100644 --- a/frontend/src/routes/create.svelte +++ b/frontend/src/routes/create.svelte @@ -23,6 +23,9 @@ +{#if data !== undefined} +
+ + +{/if} -
- - - - {#each data.questions as question, index_question} -
-

Question {index_question + 1}

+