Skip to content

Commit

Permalink
Use simple facet view for reading time
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Jul 21, 2022
1 parent b3cef12 commit 7b1d61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/facets.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ const facets = [
{ from: 25, to: 10000, key: 'Large (25+ minutes)' },
// { to: -0.0001, key: 'Unknown' },
],
factory: 'ModalFixedRangeFacet',
// factory: 'ModalFixedRangeFacet',
default: {
values: [{ name: 'All', rangeType: 'fixed' }],
type: 'any',
Expand Down

0 comments on commit 7b1d61c

Please sign in to comment.