1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 08:53:14 +00:00

optimized my-libs (#2935)

* optimized my-libs

* Remove redundant directory hierarchies

* repair reabse bug
This commit is contained in:
杨顺强
2019-02-13 14:21:39 +08:00
committed by Daniel Pan
parent 82bae67d93
commit 250b85e8c9
11 changed files with 728 additions and 669 deletions

View File

@@ -56,7 +56,6 @@ class TransferDialog extends React.Component {
let message = gettext('Successfully transferred the library.');
toaster.success(message);
this.props.submit(repoID);
this.props.toggleDialog();
}).catch(res => {
let message = gettext('Failed. Please check the network.');
this.props.toggleDialog();