Skip to content

Commit

Permalink
fix ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed Feb 28, 2024
1 parent 9cdc9d2 commit e0191e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ describe('<DataGridPremium /> - Clipboard', () => {
<DataGridPremium
columns={columns}
rows={rows}
cellSelection
unstable_cellSelection
sortModel={[{ field: 'brand', sort: 'asc' }]}
/>,
);
Expand Down

0 comments on commit e0191e4

Please sign in to comment.