mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-26 18:48:15 +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()
|
e.stopPropagation()
|
||||||
}
|
}
|
||||||
|
|
||||||
private async addGroupClicked() {
|
private addGroupClicked = async () => {
|
||||||
Utils.log('onAddGroupClicked')
|
Utils.log('onAddGroupClicked')
|
||||||
|
|
||||||
const {boardTree} = this.props
|
const {boardTree} = this.props
|
||||||
|
Loading…
x
Reference in New Issue
Block a user