Skip to content

Commit

Permalink
fix(DataTable): backport #13236 to v10 (#16171)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored Apr 11, 2024
1 parent 4e41819 commit 13a5227
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/components/DataTable/tools/sorting.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export const sortRows = ({
locale,
sortStates,
compare,
rowIds: [a, b],
});
});

Expand Down

0 comments on commit 13a5227

Please sign in to comment.