mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
fix(17716): increase threshold to include all options for nonce search (#17999)
This commit is contained in:
parent
38e2a25690
commit
87be2f4393
@ -34,7 +34,7 @@ export default function SettingsSearch({
|
|||||||
///: END:ONLY_INCLUDE_IN
|
///: END:ONLY_INCLUDE_IN
|
||||||
const settingsSearchFuse = new Fuse(settingsRoutesListArray, {
|
const settingsSearchFuse = new Fuse(settingsRoutesListArray, {
|
||||||
shouldSort: true,
|
shouldSort: true,
|
||||||
threshold: 0.2,
|
threshold: 0.3,
|
||||||
location: 0,
|
location: 0,
|
||||||
distance: 100,
|
distance: 100,
|
||||||
maxPatternLength: 32,
|
maxPatternLength: 32,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user