We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e25c39 commit 5dd45d2Copy full SHA for 5dd45d2
contentcuration/contentcuration/frontend/channelList/views/ChannelSet/StudioCollectionsTable.vue
@@ -47,12 +47,14 @@
47
</div>
48
49
<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
- />
+ <p class="mb-0">
+ {{ $tr('noChannelSetsFound') }}
+ <KButton
+ appearance="basic-link"
+ :text="$tr('aboutChannelSetsLink')"
+ @click="infoDialog = true"
56
+ />
57
+ </p>
58
59
60
<KTable
0 commit comments