Skip to content

Commit

Permalink
fix(webui): disable filter panels with no values
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Aug 27, 2020
1 parent 982983e commit 57cc6c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions komga-webui/src/components/FilterPanels.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<v-expansion-panel
v-for="(f, key) in filtersOptions"
:key="key"
:disabled="f.values.length === 0"
>
<v-expansion-panel-header>
<v-icon
Expand Down

0 comments on commit 57cc6c4

Please sign in to comment.