Merge pull request #123 from ordaolmayanadam/patch-1

Fix submitting answers
This commit is contained in:
Jan-Christoph Borchardt 2020-01-15 16:52:16 +01:00 committed by GitHub
commit 2b95c0a4e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,8 +84,8 @@
:key="question.id"
:question="question"
:type="question.type"
:add-answer="addAnswer"
:remove-answer="removeAnswer"
@add-answer="addAnswer"
@remove-answer="removeAnswer"
@remove="form.options.formQuizQuestions.splice(index, 1)"
/>
</transitionGroup>