Skip to content

Commit

Permalink
add default value for the title in emergency dialog component (#12480)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-livefront authored Dec 19, 2024
1 parent e129e90 commit 0f9e18b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0f9e18b

Please sign in to comment.