1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 07:22:34 +00:00

fix transfer repos func name (#7316)

This commit is contained in:
Michael An
2025-01-06 14:57:21 +08:00
committed by GitHub
parent 4b4bfb83da
commit b1d74560c0
4 changed files with 4 additions and 4 deletions

View File

@@ -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}
/>