Skip to content

Commit

Permalink
Remove unused aria-describedby
Browse files Browse the repository at this point in the history
  • Loading branch information
Qs-F committed Jan 9, 2024
1 parent deec054 commit cee9a26
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/for-ui/src/table/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ export const Table = <T extends RowData>({
<Fragment>
{!!onSelectRows && (
<Checkbox
inputProps={{
'aria-describedby': "hello"
}}
label={
<Text aria-hidden={false} className={fsx(`hidden`)}>
すべての行を選択
Expand Down

0 comments on commit cee9a26

Please sign in to comment.