Skip to content

Commit

Permalink
fix(Table): small test change
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Orliak committed Feb 3, 2025
1 parent b8e3174 commit 5c36e50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ describe('Datagrid', () => {
const pagination = {
itemCount: rowsForPagination.length,
page: 1,
rowsPerPage: 10,
defaultRowsPerPage: 10,
rowsPerPageValues: [10, 20, 50, 100],
onRowsPerPageChange,
};
Expand Down

0 comments on commit 5c36e50

Please sign in to comment.