Fix token search input not working

This commit is contained in:
mmv 2019-11-14 15:18:17 +04:00
parent a52cbf03db
commit feb8d62c6c
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ class Tokens extends React.Component<Props, State> {
searchIcon={<div />}
onChange={this.onChangeSearchBar}
onCancelSearch={this.onCancelSearch}
value={filter}
/>
<Spacer />
<Divider />