Skip to content

Commit

Permalink
undo unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
serdec committed Nov 13, 2023
1 parent 58dd194 commit c703248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Table/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ const Table = forwardRef<HTMLTableElement, TableProps>(
return (
<TableOuterContainer>
<MobileActions>
{true && (
{isSelectable && (
<Checkbox
label="Select All"
checked={selectedIds.length === rows.length}
Expand Down

0 comments on commit c703248

Please sign in to comment.