We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d06b5 commit 9fd0cfdCopy full SHA for 9fd0cfd
src/components/common/ReportDialog.vue
@@ -30,7 +30,7 @@
30
:value="reason.value"
31
hide-details="true"
32
class="shrink mt-2"
33
- @click="reason.text.includes('mention') && suggestedMentions === null ? loadMentions() : null"
+ @click="reason.value.includes('mention') && suggestedMentions === null ? loadMentions() : null"
34
/>
35
<br>
36
<span v-if="selectedReasons.includes('Incorrect video topic')">
0 commit comments