mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +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
|
||||
const settingsSearchFuse = new Fuse(settingsRoutesListArray, {
|
||||
shouldSort: true,
|
||||
threshold: 0.2,
|
||||
threshold: 0.3,
|
||||
location: 0,
|
||||
distance: 100,
|
||||
maxPatternLength: 32,
|
||||
|
Loading…
Reference in New Issue
Block a user