mirror of
https://github.com/bitwarden/clients.git
synced 2026-06-22 21:02:34 +08:00
[PM-7162] Fix broken getter when original cipher is null (#9927)
This commit is contained in:
parent
ca4ac38fcb
commit
3041ddbf09
@ -104,7 +104,7 @@ export class AddEditV2Component {
|
||||
}
|
||||
|
||||
get originalCipherId(): CipherId | null {
|
||||
return this.config?.originalCipher.id as CipherId;
|
||||
return this.config?.originalCipher?.id as CipherId;
|
||||
}
|
||||
|
||||
constructor(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user