Skip to content

Commit

Permalink
Remove temporary change
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Sep 3, 2024
1 parent c7f372e commit 5140b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dataviews/src/components/dataviews/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import type { SelectionOrUpdater } from '../../private-types';

type ItemWithId = { id: string };

export type DataViewsProps< Item > = {
type DataViewsProps< Item > = {
view: View;
onChangeView: ( view: View ) => void;
fields: Field< Item >[];
Expand Down

0 comments on commit 5140b86

Please sign in to comment.