Updates for Wilfred #84
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ TablePaginationActions.propTypes = {
|
|||
|
||||
export default function PlantResultsTable(props) {
|
||||
const [page, setPage] = React.useState(0);
|
||||
const [rowsPerPage, setRowsPerPage] = React.useState(5);
|
||||
const [rowsPerPage, setRowsPerPage] = React.useState(25);
|
||||
|
||||
// Avoid a layout jump when reaching the last page with empty rows.
|
||||
const emptyRows =
|
||||
|
|
Loading…
Reference in a new issue