diff --git a/src/common/pages/App/index.js b/src/common/pages/App/index.js index 5b64654..6c377cf 100644 --- a/src/common/pages/App/index.js +++ b/src/common/pages/App/index.js @@ -260,10 +260,6 @@ class App extends React.Component { }); } - openCreateProjectDialog() { - - } - handleToggleIcon = () => this.setState({ open: !this.state.open }); handleToggleIconSecondary = () => this.setState({ openSecondary: !this.state.openSecondary }); handleClose = () => this.setState({ open: false });