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

Merge branch '7.0'

This commit is contained in:
plt
2019-07-16 14:58:55 +08:00
3 changed files with 3 additions and 5 deletions

View File

@@ -226,9 +226,6 @@ class FileChooser extends React.Component {
isResultGot: true
});
this.source = null;
}).catch(error => {
let errMessage = Utils.getErrorMsg(error);
toaster.danger(errMessage);
});
}