X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/711d39ce13e6662e7823485f13a6e94a748cecf8..aa45c97670b9726e7afe66c3e747ccab4b82fa6d:/src/components/data-explorer/data-explorer.tsx diff --git a/src/components/data-explorer/data-explorer.tsx b/src/components/data-explorer/data-explorer.tsx index 4a852099f4..46d5fb50f3 100644 --- a/src/components/data-explorer/data-explorer.tsx +++ b/src/components/data-explorer/data-explorer.tsx @@ -29,7 +29,7 @@ interface DataExplorerDataProps { columns: DataColumns; searchValue: string; rowsPerPage: number; - rowsPerPageOptions?: number[]; + rowsPerPageOptions: number[]; page: number; onSearch: (value: string) => void; onRowClick: (item: T) => void;