Skip to content

Commit

Permalink
Merge pull request #329 from bethinkpl/IT-5525-survey-updates
Browse files Browse the repository at this point in the history
IT-5525 | Allow no elaboration in SurveyQuestionScale
  • Loading branch information
kvas-damian authored Jan 5, 2024
2 parents 0b92fce + 6b0a0e5 commit e5ac87d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</template>
</div>

<template v-if="selectedValue !== null">
<template v-if="selectedValue !== null && elaborationLabel !== null">
<hr class="surveyQuestionScale__separator" />
<div class="surveyQuestionScale__elaboration">
<label class="surveyQuestionScale__elaborationLabel" :for="inputId">
Expand Down Expand Up @@ -205,7 +205,7 @@ export default {
},
elaborationLabel: {
type: String,
required: true,
default: null,
},
elaborationValue: {
type: String,
Expand Down

0 comments on commit e5ac87d

Please # to comment.