1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

dont sort search results

This commit is contained in:
Kyle Spearrin
2018-08-13 16:03:24 -04:00
parent 2efe788d96
commit 8448b48cd7

View File

@@ -116,9 +116,6 @@ export class SearchService implements SearchServiceAbstraction {
} }
}); });
} }
if (results != null) {
results.sort(this.cipherService.getLocaleSortingFunction());
}
return results; return results;
} }