Skip to content

Commit

Permalink
GAT-1972:SUPP-1308 -Can't select certain Filters
Browse files Browse the repository at this point in the history
  • Loading branch information
reubensamuel authored Feb 9, 2023
1 parent b472593 commit bd1f9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/search/components/Filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const TreeComponent = ({
<Filter
selected={selected}
data={node.filters}
parentKey={node.alias}
parentKey={node.alias || node.key}
highlighted={node.highlighted}
hasChildren
searchValue={searchValue}
Expand Down

0 comments on commit bd1f9c7

Please sign in to comment.