Skip to content

Commit d991d6e

Browse files
authored
Merge pull request #5255 from akolson/fix-mising-channel-name-review-selections
Default to channel_name during review
2 parents b4a7342 + bcb60f2 commit d991d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentcuration/contentcuration/frontend/channelEdit/views/ImportFromChannels/ReviewSelectionsPage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
class="center-contents channel-name"
6868
>
6969
<KTextTruncator
70-
:text="node.original_channel_name"
70+
:text="node.original_channel_name || node.channel_name"
7171
:maxLines="2"
7272
class="notranslate"
7373
/>

0 commit comments

Comments
 (0)