1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-12-21 16:18:28 +01:00

add default value for the title in emergency dialog component (#12480)

This commit is contained in:
Nick Krantz 2024-12-19 11:23:59 -06:00 committed by GitHub
parent e129e90faa
commit 0f9e18b828
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@ export class EmergencyViewDialogComponent {
* The title of the dialog. Updates based on the cipher type.
* @protected
*/
protected title: string;
protected title: string = "";
constructor(
@Inject(DIALOG_DATA) protected params: EmergencyViewDialogParams,