mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
clear view grouping state on vault load
This commit is contained in:
@@ -5,6 +5,7 @@ angular
|
||||
syncService, utilsService, $analytics, i18nService, stateService, $timeout, $window, collectionService) {
|
||||
var stateKey = 'vault',
|
||||
state = stateService.getState(stateKey) || {};
|
||||
stateService.removeState('viewGrouping');
|
||||
|
||||
$scope.i18n = i18nService;
|
||||
$scope.showGroupingCounts = !utilsService.isEdge();
|
||||
|
||||
Reference in New Issue
Block a user