mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-08 10:22:46 +00:00
fix code format (#6365)
This commit is contained in:
@@ -18,7 +18,7 @@ class InternalLinkOperation extends React.Component {
|
||||
}
|
||||
|
||||
onInternalLinkDialogToggle = () => {
|
||||
this.setState({isShowInternalLinkDialog: !this.state.isShowInternalLinkDialog});
|
||||
this.setState({ isShowInternalLinkDialog: !this.state.isShowInternalLinkDialog });
|
||||
};
|
||||
|
||||
render() {
|
||||
|
Reference in New Issue
Block a user