mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 19:29:56 +00:00
fix code format (#6365)
This commit is contained in:
@@ -16,7 +16,7 @@ class ImportWorkWeixinDepartmentDialog extends React.Component {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
this.state = {
|
||||
isLoading : false,
|
||||
isLoading: false,
|
||||
};
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@ class ImportWorkWeixinDepartmentDialog extends React.Component {
|
||||
|
||||
handleSubmit = () => {
|
||||
this.props.onImportDepartmentSubmit();
|
||||
this.setState({ isLoading : true });
|
||||
this.setState({ isLoading: true });
|
||||
};
|
||||
|
||||
render() {
|
||||
|
Reference in New Issue
Block a user