mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
add none folder from service layer
This commit is contained in:
@@ -23,10 +23,7 @@ angular
|
||||
}
|
||||
|
||||
$q.when(folderService.getAllDecrypted()).then(function (folders) {
|
||||
$scope.folders = folders.concat([{
|
||||
id: null,
|
||||
name: '(none)'
|
||||
}]);
|
||||
$scope.folders = folders;
|
||||
});
|
||||
|
||||
popupUtils.initListSectionItemListeners();
|
||||
|
||||
Reference in New Issue
Block a user