Skip to content

Commit 6cad9ac

Browse files
author
Adrien
committed
feat(catalog-ui): render tree in tree filter only when having data
1 parent 7a4c81b commit 6cad9ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/catalog-ui/src/components/smart-filter/TreeSearchFilterPanel.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<!-- v8 ignore start -->
2929
<div class="column tree-search-filter-panel">
3030
<generic-tree
31+
v-if="items.length > 0"
3132
v-model:ticked="tickedNodeKeys"
3233
:tickeable="true"
3334
:ui-namespace="localUiNamespace"

0 commit comments

Comments
 (0)