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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user