fix: Hide inline search box as the global one is working now
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -31,7 +31,8 @@
|
|||||||
<div class="board-actions">
|
<div class="board-actions">
|
||||||
<SessionList v-if="isNotifyPushEnabled && presentUsers.length"
|
<SessionList v-if="isNotifyPushEnabled && presentUsers.length"
|
||||||
:sessions="presentUsers" />
|
:sessions="presentUsers" />
|
||||||
<div v-if="searchQuery || true" class="deck-search">
|
<!-- Hide but not remove for now as search might change in the future -->
|
||||||
|
<div v-if="false" class="deck-search">
|
||||||
<input id="deck-search-input"
|
<input id="deck-search-input"
|
||||||
ref="search"
|
ref="search"
|
||||||
:tabindex="0"
|
:tabindex="0"
|
||||||
|
|||||||
Reference in New Issue
Block a user