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 3dad6b3 commit 9168d34Copy full SHA for 9168d34
packages/ui/src/components/base/FilterBar.vue
@@ -1,5 +1,8 @@
1
<template>
2
- <div v-if="showAllOptions || options.length > 1" class="flex flex-wrap gap-1 items-center">
+ <div
3
+ v-if="(showAllOptions && options.length > 0) || options.length > 1"
4
+ class="flex flex-wrap gap-1 items-center"
5
+ >
6
<FilterIcon class="text-secondary h-5 w-5 mr-1" />
7
<button
8
v-for="filter in options"
0 commit comments