Skip to content

Commit

Permalink
make filter/setfilter parameters for filetable optional
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtenorio committed Jan 4, 2025
1 parent 701ce44 commit 3ad9837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/file/FileTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ interface DataTableProps<TData, TValue> {
setSelection: any;
height: string;
includeFilter: boolean;
filter: ColumnFilter[];
setFilter: any;
filter?: ColumnFilter[];
setFilter?: any;

}

Expand Down

0 comments on commit 3ad9837

Please sign in to comment.