Skip to content

Commit

Permalink
fix(Table): selection toggle for multiselect table (#2076)
Browse files Browse the repository at this point in the history
  • Loading branch information
amandal97 authored Mar 28, 2024
1 parent d3c45e1 commit ce60f1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/blade/src/components/Table/TableBody.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ const TableCheckboxCell = ({
justifyContent="center"
flex={1}
width={makeSize(checkboxCellWidth)}
onClick={(e) => e.stopPropagation()}
>
<Checkbox isDisabled={isDisabled} isChecked={isChecked} onChange={onChange} />
</BaseBox>
Expand Down

0 comments on commit ce60f1c

Please sign in to comment.