mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-02 14:47:55 +02:00
Fix text search
This commit is contained in:
parent
5c8d869307
commit
efba614765
@ -252,5 +252,6 @@ export default class BoardPage extends React.Component<Props, State> {
|
||||
|
||||
setSearchText(text?: string) {
|
||||
this.state.boardTree?.setSearchText(text)
|
||||
this.setState({...this.state, boardTree: this.state.boardTree})
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user