mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-26 15:26:19 +00:00
fix transfer repos func name (#7316)
This commit is contained in:
@@ -263,7 +263,7 @@ class RepoItem extends React.Component {
|
||||
<ModalPortal>
|
||||
<TransferDialog
|
||||
itemName={repo.repoName}
|
||||
submit={this.onTransferRepo}
|
||||
onTransferRepo={this.onTransferRepo}
|
||||
toggleDialog={this.toggleTransfer}
|
||||
isOrgAdmin={true}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user