1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-10 03:11:07 +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

@@ -811,7 +811,7 @@ class SharedRepoListItem extends React.Component {
<ModalPortal>
<TransferDialog
itemName={repo.repo_name}
submit={this.onTransferRepo}
onTransferRepo={this.onTransferRepo}
canTransferToDept={true}
toggleDialog={this.onTransferToggle}
isDepAdminTransfer={true}