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:
parent
e129e90faa
commit
0f9e18b828
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user