1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 07:08:55 +00:00

Modify format

This commit is contained in:
zxj96
2019-04-19 10:56:37 +08:00
parent ad1ec11039
commit 4852f850ab
2 changed files with 1 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ const propTypes = {
}; };
class Rename extends React.Component { class Rename extends React.Component {
constructor(props) { constructor(props) {
super(props); super(props);
this.state = { this.state = {

View File

@@ -187,7 +187,6 @@ class DirentGridView extends React.Component{
this.setState({ this.setState({
isRenameDialogShow: !this.state.isRenameDialogShow, isRenameDialogShow: !this.state.isRenameDialogShow,
}); });
} }
onItemMoveToggle = () => { onItemMoveToggle = () => {