mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
add default value for the title in emergency dialog component (#12480)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user