mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
dont sort search results
This commit is contained in:
@@ -116,9 +116,6 @@ export class SearchService implements SearchServiceAbstraction {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (results != null) {
|
|
||||||
results.sort(this.cipherService.getLocaleSortingFunction());
|
|
||||||
}
|
|
||||||
return results;
|
return results;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user