1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-06 10:33:57 +00:00

persist from state on site edit

This commit is contained in:
Kyle Spearrin
2016-12-16 22:40:09 -05:00
parent 85e78b97d1
commit bb091a2636
2 changed files with 4 additions and 2 deletions

View File

@@ -102,7 +102,8 @@
animation: 'out-slide-down',
site: editState.site,
fromView: editState.fromView,
siteId: editState.siteId
siteId: editState.siteId,
from: editState.from
});
}
else {