Fixed filter selection disappearing if available list is empty.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
</div>
|
||||
|
||||
<div
|
||||
v-if="entities.length === 0"
|
||||
v-if="entities.length === 0 && !filters.entity"
|
||||
class="filter-empty"
|
||||
>No channels</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user