1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 02:10:24 +00:00

fix next page

This commit is contained in:
Michael An
2019-04-30 18:17:00 +08:00
parent b44d1ef870
commit ace95037e2
2 changed files with 6 additions and 2 deletions

View File

@@ -56,7 +56,9 @@ class OrgLogsFileUpdate extends Component {
} else {
page = page - 1;
}
this.initData(page);
let email = this.state.userSelected;
let repoID = this.state.repoSelected;
this.initData(email, repoID, page);
}
toggleCancelDetail = () => {