Skip to content

Commit

Permalink
fix(datagrid-web): rename prop
Browse files Browse the repository at this point in the history
  • Loading branch information
iobuhov committed Jan 16, 2024
1 parent a426f6f commit a639410
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 @@ export function preview(props: DatagridPreviewProps): ReactElement {
hidden: new Set<ColumnId>(),
columnOrder: [] as ColumnId[],
size: {},
sort: [],
sortOrder: [],
visibleColumns: []
};
const noop = (..._: unknown[]): void => {
Expand Down

0 comments on commit a639410

Please sign in to comment.