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

['tag edit'] fixup for 'tag edit' in 'dir view - file details panel' & 'markdown file view - info panel' (#5962)

This commit is contained in:
llj
2024-02-23 16:23:35 +08:00
committed by GitHub
parent 9ff9a5610a
commit b8fe8ef0a2
5 changed files with 47 additions and 5 deletions

View File

@@ -356,6 +356,7 @@ class LibContentContainer extends React.Component {
path={this.props.path}
dirent={this.state.currentDirent}
currentRepoInfo={this.props.currentRepoInfo}
repoTags={this.props.repoTags}
fileTags={this.props.isViewFile ? this.props.fileTags : []}
onFileTagChanged={this.props.onFileTagChanged}
onItemDetailsClose={this.props.closeDirentDetail}