1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00

[shared file, file in shared dir view] use new api for file 'save as' (#4650)

This commit is contained in:
llj
2020-08-18 10:30:08 +08:00
committed by GitHub
parent ab21b424b5
commit 5477da9d57
2 changed files with 4 additions and 2 deletions

View File

@@ -135,8 +135,8 @@ class SharedFileView extends React.Component {
</div>
{this.state.showSaveSharedFileDialog &&
<SaveSharedFileDialog
repoID={repoID}
sharedToken={sharedToken}
filePath={zipped ? filePath : ''}
toggleCancel={this.toggleCancel}
handleSaveSharedFile={this.handleSaveSharedFile}
/>