1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-05 05:17:40 +02: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;
}