Skip to content

Commit

Permalink
fix onChange console error
Browse files Browse the repository at this point in the history
  • Loading branch information
kylezryr committed Dec 13, 2024
1 parent a98306c commit 1e083b1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
1 change: 1 addition & 0 deletions components/FilterDropdownMultiple/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export default function FilterDropdownMultiple<T>({
<input
type="checkbox"
checked={props.isSelected}
onChange={() => null} //no-op
style={{ marginRight: 8 }} // spacing between checkbox and text
/>
{props.label}
Expand Down
27 changes: 18 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1e083b1

Please sign in to comment.