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:
@@ -190,7 +190,7 @@ class UploadLinks extends Component {
|
||||
resetPerPage = (newPerPage) => {
|
||||
this.setState({
|
||||
perPage: newPerPage,
|
||||
}, () => this.getShareLinksByPage(this.initPage));
|
||||
}, () => this.getUploadLinksByPage(this.initPage));
|
||||
}
|
||||
|
||||
render() {
|
||||
|
Reference in New Issue
Block a user