mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
highlight active cipher and default folder for add
This commit is contained in:
@@ -113,7 +113,7 @@ export class AddEditComponent implements OnChanges {
|
||||
this.cipher = await cipher.decrypt();
|
||||
} else {
|
||||
this.cipher = new CipherView();
|
||||
this.cipher.folderId = null; // TODO
|
||||
this.cipher.folderId = this.folderId;
|
||||
this.cipher.type = CipherType.Login;
|
||||
this.cipher.login = new LoginView();
|
||||
this.cipher.card = new CardView();
|
||||
|
||||
Reference in New Issue
Block a user