1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

addEditCipherInfo w/ collections from state

This commit is contained in:
Kyle Spearrin
2019-06-24 21:12:52 -04:00
parent db83b042ff
commit 6c7a0d90df
5 changed files with 12 additions and 4 deletions

View File

@@ -144,7 +144,7 @@ export class AppComponent implements OnInit {
this.stateService.remove('CiphersComponent');
}
if (url.startsWith('/tabs/')) {
this.stateService.remove('addEditCipher');
this.stateService.remove('addEditCipherInfo');
}
(window as any).previousPopupUrl = url;