1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-11 11:51:27 +00:00

fix move to another repo failed (#6496)

This commit is contained in:
Aries
2024-08-06 12:02:47 +08:00
committed by GitHub
parent a92ebc9a3b
commit cfed2760a1
4 changed files with 16 additions and 17 deletions

View File

@@ -523,7 +523,6 @@ class FileChooser extends React.Component {
<div className="list-view">
<RecentlyUsedListView
recentlyUsedList={recentlyUsedList}
selectedRepo={selectedRepo}
onDirentItemClick={this.onDirentItemClick}
/>
</div>