mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 11:21:29 +00:00
fix code format (#6365)
This commit is contained in:
@@ -40,7 +40,7 @@ class TransferGroupDialog extends React.Component {
|
||||
this.props.toggleTransferGroupDialog();
|
||||
}).catch((error) => {
|
||||
let errMessage = Utils.getErrorMsg(error);
|
||||
this.setState({errMessage: errMessage});
|
||||
this.setState({ errMessage: errMessage });
|
||||
});
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user