Skip to content

Commit 3b37c74

Browse files
committed
Fix: Add Missing aria-label to filter ActionIcon in MRT_TableHeadCellFilterLabel
1 parent 1cde9fb commit 3b37c74

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/mantine-react-table/src/components/head/MRT_TableHeadCellFilterLabel.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ export const MRT_TableHeadCellFilterLabel = <TData extends MRT_RowData>({
125125
withinPortal
126126
>
127127
<ActionIcon
128+
aria-label={filterTooltip}
128129
className={clsx(
129130
'mrt-table-head-cell-filter-label-icon',
130131
classes.root,

0 commit comments

Comments
 (0)