Fixed tiny bug introduced in the previous commit

This commit is contained in:
Jesús Espino 2020-10-24 11:04:05 +02:00
parent bcccfb8f0e
commit 2e0a8691f1

View file

@ -456,7 +456,7 @@ class BoardComponent extends React.Component<Props, State> {
e.stopPropagation()
}
private async addGroupClicked() {
private addGroupClicked = async () => {
Utils.log('onAddGroupClicked')
const {boardTree} = this.props