mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-26 23:34:45 +00:00
tags migrate
handle exist tag name
This commit is contained in:
@@ -2350,6 +2350,7 @@ class LibContentView extends React.Component {
|
||||
if (!currentDirent && currentMode !== METADATA_MODE && currentMode !== TAGS_MODE) {
|
||||
detailPath = Utils.getDirName(this.state.path);
|
||||
}
|
||||
|
||||
const detailDirent = currentDirent || currentNode?.object || null;
|
||||
return (
|
||||
<MetadataStatusProvider repoID={repoID} repoInfo={currentRepoInfo} hideMetadataView={this.hideMetadataView} statusCallback={this.metadataStatusCallback} >
|
||||
|
Reference in New Issue
Block a user