Skip to content
Snippets Groups Projects
Commit a7f69d35 authored by esikkala's avatar esikkala
Browse files

HierarchicalFacet: handle clear all filters

parent 262f9a81
No related branches found
No related tags found
No related merge requests found
......@@ -296,7 +296,6 @@ class HierarchicalFacet extends Component {
? (searchFocusIndex + 1) % searchFoundCount
: 0
})
return (
<>
{isFetching
......@@ -346,7 +345,7 @@ class HierarchicalFacet extends Component {
}}
>
<SortableTree
treeData={this.state.treeData}
treeData={this.state.treeData || []}
onChange={treeData => this.setState({ treeData })}
canDrag={false}
rowHeight={30}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment