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:
@@ -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}
|
||||
|
Reference in New Issue
Block a user