Fixed filter selection disappearing if available list is empty.

This commit is contained in:
2024-03-19 02:35:37 +01:00
parent acf4e27f2c
commit d9411544d3
5 changed files with 23 additions and 12 deletions

View File

@@ -26,7 +26,7 @@
</div>
<div
v-if="entities.length === 0"
v-if="entities.length === 0 && !filters.entity"
class="filter-empty"
>No channels</div>