Skip to content

Commit

Permalink
Fix console warning in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
arminmeh committed Jan 20, 2025
1 parent 37e6a41 commit fa1b42d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describeSkipIf(isJSDOM)('<DataGridPro /> - Data source', () => {
const baselineProps = {
unstable_dataSource: dataSource,
columns: mockServer.columns,
initialState: { pagination: { paginationModel: { page: 0, pageSize: 10 } } },
initialState: { pagination: { paginationModel: { page: 0, pageSize: 10 } }, rowCount: 0 },
disableVirtualization: true,
pagination: true,
pageSizeOptions: [10],
Expand Down

0 comments on commit fa1b42d

Please sign in to comment.