mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
account for possible null value (#11589)
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
></button>
|
||||
<bit-hint>{{ "sendPasswordDescV2" | i18n }}</bit-hint>
|
||||
</bit-form-field>
|
||||
<bit-form-control *ngIf="!disableHideEmail || originalSendView.hideEmail">
|
||||
<bit-form-control *ngIf="!disableHideEmail || originalSendView?.hideEmail">
|
||||
<input
|
||||
[disabled]="disableHideEmail && !sendOptionsForm.get('hideEmail').value"
|
||||
bitCheckbox
|
||||
|
||||
Reference in New Issue
Block a user