1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 17:02:47 +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,
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,