Skip to content

Commit 5dd45d2

Browse files
committed
Put link to the same row
1 parent 9e25c39 commit 5dd45d2

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

contentcuration/contentcuration/frontend/channelList/views/ChannelSet/StudioCollectionsTable.vue

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,14 @@
4747
</div>
4848

4949
<div v-else-if="tableRows.length === 0">
50-
<p class="mb-0">{{ $tr('noChannelSetsFound') }}</p>
51-
<KButton
52-
appearance="basic-link"
53-
:text="$tr('aboutChannelSetsLink')"
54-
@click="infoDialog = true"
55-
/>
50+
<p class="mb-0">
51+
{{ $tr('noChannelSetsFound') }}
52+
<KButton
53+
appearance="basic-link"
54+
:text="$tr('aboutChannelSetsLink')"
55+
@click="infoDialog = true"
56+
/>
57+
</p>
5658
</div>
5759

5860
<KTable

0 commit comments

Comments
 (0)