1
0
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:
杨国璇
2024-09-14 17:10:20 +08:00
committed by renjie-run
parent f8b274e687
commit 12216d0091
4 changed files with 14 additions and 23 deletions

View File

@@ -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