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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user