Skip to content

Commit

Permalink
Fix console error caused by checkboxes (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigridge authored Oct 24, 2023
1 parent cd9f4ba commit 1dcf711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/FilterButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export default function FilterButton({
className="appearance-none border flex items-center border-primary_default m-[1px] mr-2 h-4 w-4 rounded-sm hover:bg-primary_l2 hover:border-primary_l2 checked:bg-primary_default"
checked={checked}
disabled={!enabled}
readOnly
/>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down

0 comments on commit 1dcf711

Please sign in to comment.