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

@@ -378,7 +378,7 @@ class Item extends Component {
<ModalPortal>
<TransferDialog
itemName={repo.name}
submit={this.onTransferRepo}
onTransferRepo={this.onTransferRepo}
toggleDialog={this.toggleTransferDialog}
isSysAdmin={true}
/>