Updates for Wilfred #84

Merged
mattn merged 3 commits from matt/updates-for-wilfred into main 2022-08-09 14:29:18 +12:00
Showing only changes of commit 3a013511aa - Show all commits

View file

@ -84,7 +84,7 @@ TablePaginationActions.propTypes = {
export default function PlantResultsTable(props) { export default function PlantResultsTable(props) {
const [page, setPage] = React.useState(0); 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. // Avoid a layout jump when reaching the last page with empty rows.
const emptyRows = const emptyRows =