mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-24 13:43:12 +02:00
Fix tiny bug on new card
This commit is contained in:
parent
ae5d635c6b
commit
122d94443c
@ -229,7 +229,7 @@ class TableComponent extends React.Component<Props, State> {
|
||||
tableRowRef?.current.focusOnTitle()
|
||||
}
|
||||
|
||||
private async addCard(show = false) {
|
||||
private addCard = async (show = false) => {
|
||||
const {boardTree} = this.props
|
||||
|
||||
const card = new MutableCard()
|
||||
|
Loading…
Reference in New Issue
Block a user