1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 16:31:13 +00:00

Encryption options are supported when creating departmental repositories

This commit is contained in:
zxj96
2019-06-24 17:01:14 +08:00
parent 2354fd9964
commit fe2f36adae
2 changed files with 13 additions and 1 deletions

View File

@@ -496,10 +496,11 @@ class GroupView extends React.Component {
</ModalPortal>
)}
{this.state.isCreateRepoDialogShow && this.state.isDepartmentGroup &&
<CreateDepartmentRepoDialog
<CreateRepoDialog
isAdmin={this.state.isAdmin}
onCreateToggle={this.onCreateRepoToggle}
onCreateRepo={this.onCreateRepo}
libraryType='department'
/>
}
{this.state.showRenameGroupDialog &&