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

feat: metadata management enable

This commit is contained in:
Junxiang Huang
2024-06-11 18:35:26 +08:00
parent 1f202e8796
commit f68a6cc098
12 changed files with 286 additions and 51 deletions

View File

@@ -265,6 +265,7 @@ class DirColumnNav extends React.Component {
currentRepoInfo={this.props.currentRepoInfo}
selectedDirentList={this.props.selectedDirentList}
onItemsMove={this.props.onItemsMove}
repoID={this.props.repoID}
/>)
}
</div>