Skip to content

Commit

Permalink
Fix #5427: TreeTable invalid DOM props (#5431)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Nov 28, 2023
1 parent 482a2dd commit 05f9124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/treetable/TreeTableHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ export const TreeTableHeader = React.memo((props) => {
{
className: cx('headerContent')
},
getColumnPTOptions('headerContent')
getColumnPTOptions(column, 'headerContent')
);

const header = (
Expand Down

0 comments on commit 05f9124

Please sign in to comment.