mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
persist from state on site edit
This commit is contained in:
@@ -102,7 +102,8 @@
|
||||
animation: 'out-slide-down',
|
||||
site: editState.site,
|
||||
fromView: editState.fromView,
|
||||
siteId: editState.siteId
|
||||
siteId: editState.siteId,
|
||||
from: editState.from
|
||||
});
|
||||
}
|
||||
else {
|
||||
|
||||
@@ -108,7 +108,8 @@ angular
|
||||
editState: {
|
||||
fromView: fromView,
|
||||
siteId: siteId,
|
||||
site: $scope.site
|
||||
site: $scope.site,
|
||||
from: from
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user