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