This commit is contained in:
Mawoka
2022-03-06 11:45:20 +01:00
parent bb9a953c2a
commit 30068cb95b
+2 -2
View File
@@ -85,7 +85,7 @@
</label>
<button
class="text-left"
type='button'
type="button"
on:click={() => {
data.questions[index_question].answers = [
...data.questions[index_question].answers,
@@ -99,7 +99,7 @@
{/each}
<button
class="text-left"
type='button'
type="button"
on:click={() => {
data.questions = [...data.questions, { ...empty_question }];
}}