1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00: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

View File

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