mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 19:01:42 +00:00
fix: metadata bug
This commit is contained in:
@@ -107,7 +107,7 @@ class DirentDetails extends React.Component {
|
||||
repoInfo={this.props.currentRepoInfo}
|
||||
dirent={dirent}
|
||||
direntDetail={direntDetail}
|
||||
path={this.props.dirent ? path + '/' + dirent.name : path}
|
||||
path={this.props.dirent ? Utils.joinPath(path, dirent.name) : path}
|
||||
/>
|
||||
:
|
||||
<FileDetails
|
||||
|
Reference in New Issue
Block a user