Test push

This commit is contained in:
Marselino Widis 2023-01-17 23:15:47 +07:00
parent 9169538996
commit ba84c86493

View File

@ -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 });