Skip to content

Commit

Permalink
Merge pull request #1491 from nickgros/1486-review
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgros authored Jan 9, 2025
2 parents 038f70a + 32c50a0 commit 8a66702
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,7 @@ function SelectAllCheckboxRenderer(props: {
checked={checked}
disabled={disabled}
onChange={() => {
if (!disabled) {
onSelectAll()
}
onSelectAll()
}}
/>
)
Expand Down

0 comments on commit 8a66702

Please sign in to comment.