Valentin D. Pinkman
6 years ago
No known key found for this signature in database
GPG Key ID: E7D110669FFB8D3E
1 changed files with
1 additions and
1 deletions
-
src/components/ManagerPage/AppSearchBar.js
|
|
@ -81,7 +81,7 @@ class AppSearchBar extends PureComponent<Props, State> { |
|
|
|
<Space of={30} /> |
|
|
|
<Search |
|
|
|
fuseOptions={{ |
|
|
|
threshold: 0.5, |
|
|
|
threshold: 0.1, |
|
|
|
keys: ['name'], |
|
|
|
}} |
|
|
|
value={query} |
|
|
|