Skip to content

Commit

Permalink
Tweak Published filter
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Dec 27, 2022
1 parent ff765e2 commit 8e4bafa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/facets.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ const facets = [
field: 'issued.date',
label: ' ',
activeFilterLabel: 'Published',
isFilter: false, // filters don't need facet options to show up
showInFacetsList: true,
isFilter: true, // filters don't need facet options to show up
showInFacetsList: false,
showInSecondaryFacetsList: true,
// rangeType: 'dateRange',
isMulti: false,
Expand Down

0 comments on commit 8e4bafa

Please sign in to comment.