Fix tiny bug on new card
This commit is contained in:
parent
ae5d635c6b
commit
122d94443c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue