1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

remove grouped view of items in vault

This commit is contained in:
Kyle Spearrin
2017-11-22 12:38:58 -05:00
parent 197200b840
commit 842e594ba2
2 changed files with 1 additions and 27 deletions

View File

@@ -8,7 +8,6 @@ angular
$scope.i18n = i18nService;
$scope.showFolderCounts = !utilsService.isEdge();
$scope.showOnlyFolderView = utilsService.isEdge();
$scope.disableSearch = utilsService.isEdge();
document.getElementById('search').focus();