1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 15:53:28 +00:00

fix sysadmin upload links pagenation (#4160)

This commit is contained in:
Leo
2019-10-19 16:15:46 +08:00
committed by Daniel Pan
parent 4ada4da3b0
commit b2f2d85f0d

View File

@@ -190,7 +190,7 @@ class UploadLinks extends Component {
resetPerPage = (newPerPage) => { resetPerPage = (newPerPage) => {
this.setState({ this.setState({
perPage: newPerPage, perPage: newPerPage,
}, () => this.getShareLinksByPage(this.initPage)); }, () => this.getUploadLinksByPage(this.initPage));
} }
render() { render() {