File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
frontend/express/public/javascripts/countly/vue/components Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 302302 <slot name="option-prefix" v-bind="option"></slot>\
303303 </div>\
304304 <slot name="option-label" v-bind="option">\
305- <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>\
305+ <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>\
306306 </slot>\
307307 </div>\
308308 <div class="bu-level-right" v-if="hasRemovableOptions || !!$scopedSlots[\'option-suffix\']">\
You can’t perform that action at this time.
0 commit comments