Skip to content

Commit

Permalink
fix(variants): SKFP-831 hide no data for range
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelleA committed Nov 14, 2023
1 parent 6eecba4 commit ae56946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/uiKit/FilterList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ const FilterList = ({
filterMapper={filterMapper}
defaultOpen={filterInfo.defaultOpenFacets?.includes(facet) ? true : undefined}
headerTooltip={group.tooltips?.includes(facet)}
noDataInputOption={!group.noDataOption?.includes(facet)}
intervalDecimal={
group.intervalDecimal?.[facet] || group.intervalDecimal?.[facet] === 0
? group.intervalDecimal[facet]
Expand Down

0 comments on commit ae56946

Please sign in to comment.