Fix text search
This commit is contained in:
parent
5c8d869307
commit
efba614765
1 changed files with 1 additions and 0 deletions
|
@ -252,5 +252,6 @@ export default class BoardPage extends React.Component<Props, State> {
|
||||||
|
|
||||||
setSearchText(text?: string) {
|
setSearchText(text?: string) {
|
||||||
this.state.boardTree?.setSearchText(text)
|
this.state.boardTree?.setSearchText(text)
|
||||||
|
this.setState({...this.state, boardTree: this.state.boardTree})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue