1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 07:01:12 +00:00

repair share dir upload bug

This commit is contained in:
shanshuirenjia
2021-04-17 12:08:10 +08:00
parent 58038e275f
commit 93e0cc5857
3 changed files with 4 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ moment.locale(window.app.config.lang);
let loginUser = window.app.pageOptions.name;
const {
token, dirName, sharedBy,
token, dirName, dirPath, sharedBy,
repoID, path,
mode, thumbnailSize, zipped,
trafficOverLimit, canDownload,
@@ -309,7 +309,7 @@ class SharedDirView extends React.Component {
ref={uploader => this.uploader = uploader}
dragAndDrop={false}
token={token}
path={path}
path={dirPath}
repoID={repoID}
onFileUploadSuccess={this.onFileUploadSuccess}
/>