mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-17 07:41:26 +00:00
Modify format
This commit is contained in:
@@ -12,6 +12,7 @@ const propTypes = {
|
||||
};
|
||||
|
||||
class Rename extends React.Component {
|
||||
|
||||
constructor(props) {
|
||||
super(props);
|
||||
this.state = {
|
||||
|
@@ -187,7 +187,6 @@ class DirentGridView extends React.Component{
|
||||
this.setState({
|
||||
isRenameDialogShow: !this.state.isRenameDialogShow,
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
onItemMoveToggle = () => {
|
||||
|
Reference in New Issue
Block a user