Fixed tiny bug introduced in the previous commit
This commit is contained in:
parent
bcccfb8f0e
commit
2e0a8691f1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue