Skip to content

Commit

Permalink
Merge pull request #5637 from Countly/SER-1965
Browse files Browse the repository at this point in the history
[SER-1965] There is a single quotation issue in the "Results for" on the Ratings page for Next and Master environments.
  • Loading branch information
ArtursKadikis authored Oct 7, 2024
2 parents e3f532d + 18ba42c commit 4c9ffc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
<slot name="option-prefix" v-bind="option"></slot>\
</div>\
<slot name="option-label" v-bind="option">\
<div :data-test-id="testId + \'-item-\' + (option.label ? option.label.replaceAll(\' \', \'-\').toLowerCase() : \' \')" class="cly-vue-listbox__item-label" v-tooltip="option.label">{{decodeHtml(option.label)}}</div>\
<div :data-test-id="testId + \'-item-\' + (option.label ? option.label.replaceAll(\' \', \'-\').toLowerCase() : \' \')" class="cly-vue-listbox__item-label" v-tooltip="decodeHtml(option.label)">{{decodeHtml(option.label)}}</div>\
</slot>\
</div>\
<div class="bu-level-right" v-if="hasRemovableOptions || !!$scopedSlots[\'option-suffix\']">\
Expand Down

0 comments on commit 4c9ffc1

Please sign in to comment.