fix: Upgrade pico-search to 0.6.0 (#13645)

This commit is contained in:
Sivin Varghese
2026-02-25 16:52:45 +05:30
committed by GitHub
parent a44cb2c738
commit ba804e0f30
5 changed files with 15 additions and 11 deletions

View File

@@ -46,9 +46,7 @@ export default {
filteredActiveLabels() {
if (!this.search) return this.accountLabels;
return picoSearch(this.accountLabels, this.search, ['title'], {
threshold: 0.9,
});
return picoSearch(this.accountLabels, this.search, ['title']);
},
noResult() {