1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 01:44:13 +00:00

Merge branch '7.1' into master

This commit is contained in:
lian
2020-09-10 16:37:31 +08:00
8 changed files with 62 additions and 20 deletions

View File

@@ -95,9 +95,11 @@ class GroupView extends React.Component {
isStaff: isStaff,
isDepartmentGroup: isDepartmentGroup,
isOwner: isOwner,
currentPage: 1,
repoList: [] // empty it for the current group
}, () => {
this.loadRepos(this.state.currentPage);
});
this.loadRepos(this.state.currentPage);
}).catch((error) => {
this.setState({
isLoading: false,