1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-14 14:21:23 +00:00

fix: selected file metadata info

This commit is contained in:
杨国璇
2024-08-08 20:02:03 +08:00
parent 33bfffa6c1
commit 4c6cf8fbb1
2 changed files with 6 additions and 4 deletions

View File

@@ -126,7 +126,7 @@ class DirentDetails extends React.Component {
repoInfo={this.props.currentRepoInfo}
dirent={dirent}
direntDetail={direntDetail}
path={path}
path={this.props.dirent ? path + '/' + dirent.name : path}
collaborators={collaborators}
collaboratorsCache={collaboratorsCache}
updateCollaboratorsCache={this.updateCollaboratorsCache}