Skip to content

Commit

Permalink
refactor: Update survey page to use 'has_text_input' instead of 'show…
Browse files Browse the repository at this point in the history
…_text'
  • Loading branch information
manuGil committed Jul 3, 2024
1 parent 58fcb54 commit 0be95f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/pages/survey/[_id]/[_question].vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</div>
</template>
<!-- Answer card-->
<div v-if="question.show_text" class="my-card col">
<div v-if="question.has_text_input" class="my-card col">

<!-- <p>Questions type: {{ question.question_type }}
Answer body: {{ current_answer }}
Expand Down

0 comments on commit 0be95f4

Please sign in to comment.