mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
pass folderId to add site
This commit is contained in:
@@ -150,7 +150,8 @@
|
||||
storeState();
|
||||
$state.go('addSite', {
|
||||
animation: 'in-slide-up',
|
||||
from: 'folder'
|
||||
from: 'folder',
|
||||
folderId: $scope.folder.id
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user