Test push
This commit is contained in:
@@ -260,10 +260,6 @@ class App extends React.Component {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
openCreateProjectDialog() {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
handleToggleIcon = () => this.setState({ open: !this.state.open });
|
handleToggleIcon = () => this.setState({ open: !this.state.open });
|
||||||
handleToggleIconSecondary = () => this.setState({ openSecondary: !this.state.openSecondary });
|
handleToggleIconSecondary = () => this.setState({ openSecondary: !this.state.openSecondary });
|
||||||
handleClose = () => this.setState({ open: false });
|
handleClose = () => this.setState({ open: false });
|
||||||
|
|||||||
Reference in New Issue
Block a user