1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

fix(17716): increase threshold to include all options for nonce search (#17999)

This commit is contained in:
Danica Shen 2023-03-08 11:04:45 +00:00 committed by GitHub
parent 38e2a25690
commit 87be2f4393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,