Skip to content

Commit

Permalink
Fix reading time facet
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Mar 3, 2023
1 parent 844576e commit c6353ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions searchlib/components/Facets/Unconnected/FixedRangeFacet.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ const FacetOptions = (props) => {
option.value,
)}`}
name={`multiterm_facet_${label}`}
type="radio"
type="checkbox"
className="sui-multi-checkbox-facet__checkbox"
defaultChecked={checked}
checked={checked}
onChange={() => {
options.forEach((opt) => {
if (opt.value.name === option.value.name) {
Expand Down

0 comments on commit c6353ce

Please sign in to comment.