1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +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 {
constructor(props) {
super(props);
this.state = {

View File

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