mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-04 16:31:13 +00:00
repair groupownedgroup create bug
This commit is contained in:
@@ -28,9 +28,8 @@ class CreateDepartmentRepoDialog extends React.Component {
|
||||
let isValid = this.validateRepoName();
|
||||
if (isValid) {
|
||||
let repo = this.createRepo(this.state.repoName);
|
||||
this.props.onCreateRepo(repo);
|
||||
this.props.onCreateRepo(repo, 'department');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
handleKeyPress = (e) => {
|
||||
|
Reference in New Issue
Block a user