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