1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-07 09:51:26 +00:00

[group] fixup (#4655)

This commit is contained in:
llj
2020-08-25 14:54:19 +08:00
committed by GitHub
parent 230bd5732d
commit 2f49e2605b

View File

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