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 Feb 6, 2023
1 parent da17feb commit cfde798
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const FacetOptions = (props) => {
name={`multiterm_facet_${label}`}
type="radio"
className="sui-multi-checkbox-facet__checkbox"
checked={checked}
defaultChecked={checked}
onChange={() => {
options.forEach((opt) => {
if (opt.value.name === option.value.name) {
Expand Down

0 comments on commit cfde798

Please sign in to comment.