1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-11 11:51:27 +00:00

[move/copy dialog] bugfix for 'mv/cp to current folder'

This commit is contained in:
llj
2022-02-16 11:24:54 +08:00
parent 9829d5aa29
commit ea5b2daa33
3 changed files with 11 additions and 18 deletions

View File

@@ -54,7 +54,6 @@ class FileChooser extends React.Component {
currentRepoInfo: repoInfo,
selectedRepo: repoInfo
});
this.props.onRepoItemClick(repoInfo);
}).catch(error => {
let errMessage = Utils.getErrorMsg(error);
toaster.danger(errMessage);