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