Merge pull request #264 from gnosis/bug/search-token-field-doesnt-work

BUG: Fix token search input not working
This commit is contained in:
Mikhail Mikheev 2019-11-14 17:19:32 +04:00 committed by GitHub
commit 0214b05d69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 />