Fix tiny bug on new card

This commit is contained in:
Jesús Espino 2020-10-25 11:29:47 +01:00
parent ae5d635c6b
commit 122d94443c

View file

@ -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()