mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-06 17:33:18 +00:00
[group] fixup (#4655)
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user