Skip to content

Commit 9fd0cfd

Browse files
authored
fix report mentions in other langs
1 parent 52d06b5 commit 9fd0cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/ReportDialog.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
:value="reason.value"
3131
hide-details="true"
3232
class="shrink mt-2"
33-
@click="reason.text.includes('mention') && suggestedMentions === null ? loadMentions() : null"
33+
@click="reason.value.includes('mention') && suggestedMentions === null ? loadMentions() : null"
3434
/>
3535
<br>
3636
<span v-if="selectedReasons.includes('Incorrect video topic')">

0 commit comments

Comments
 (0)