Browse Source

Merge pull request #1647 from valpinkman/standardized-search

Standardized Searchbar behavior
gre-patch-1
Valentin D. Pinkman 6 years ago
committed by GitHub
parent
commit
842603dc49
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/ManagerPage/AppSearchBar.js

2
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}

Loading…
Cancel
Save