Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
hide search when empty
  • Loading branch information
hockerschwan committed Jun 20, 2022
commit 2548ff8b6b4350db05921d92e2ef63635a78c1f9
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<ft-card class="card">
<h3>{{ $t('Channels.Title') }}</h3>
<ft-input
v-show="subscribedChannels.length > 0"
ref="searchBarChannels"
:placeholder="$t('Channels.Search bar placeholder')"
:show-clear-text-button="true"
Expand Down