mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-14 10:26:19 +01:00
fix: Add new item should set item type (bitwarden#10994) (#11049)
Co-authored-by: cd-bitwarden <106776772+cd-bitwarden@users.noreply.github.com>
This commit is contained in:
parent
9ec6f45803
commit
ea2f95e226
@ -428,7 +428,7 @@ export class VaultComponent implements OnInit, OnDestroy {
|
||||
return;
|
||||
}
|
||||
|
||||
this.addType = type;
|
||||
this.addType = type || this.activeFilter.cipherType;
|
||||
this.action = "add";
|
||||
this.cipherId = null;
|
||||
this.prefillNewCipherFromFilter();
|
||||
|
Loading…
Reference in New Issue
Block a user