Skip to content

Commit

Permalink
Fix react API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
csweichel committed Oct 27, 2021
1 parent 3e1d24a commit 1847732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/webui/src/JobList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ class JobListImpl extends React.Component<JobListProps, JobListState> {
count={this.state.totalJobs}
page={this.state.page}
rowsPerPage={this.state.rowsPerPage}
onChangePage={(_, page) => {
onPageChange={(_, page) => {
this.update({ page });
}}
onChangeRowsPerPage={(src) => {
Expand Down

0 comments on commit 1847732

Please sign in to comment.