mirror of
https://github.com/mattermost/focalboard.git
synced 2025-02-07 19:30:18 +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…
x
Reference in New Issue
Block a user