mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-11 18:13:52 +02:00
Fixed tiny bug introduced in the previous commit
This commit is contained in:
parent
bcccfb8f0e
commit
2e0a8691f1
@ -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 New Issue
Block a user