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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user