Skip to content

Commit

Permalink
hide filter without corresponding entries
Browse files Browse the repository at this point in the history
  • Loading branch information
seballot committed Jul 2, 2024
1 parent c4fa524 commit 996d3f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default {
}
},
template: `
<div class="filter-node-container">
<div class="filter-node-container" v-show="displayNode">
<label :class="['filter-node', nodeClasses]">
<input type="checkbox" v-model="node.checked" @change="onChecked">
Expand Down

0 comments on commit 996d3f4

Please sign in to comment.