fix: choice questions validations

This commit is contained in:
Jannat Patel
2024-11-18 11:16:34 +05:30
parent 6a70ed18d8
commit 52bd9825d8
3 changed files with 12 additions and 5 deletions

View File

@@ -141,6 +141,7 @@
v-slot="{ idx, column, item }"
v-for="row in quiz.questions"
@click="openQuestionModal(row)"
class="cursor-pointer"
>
<ListRowItem :item="item">
<div