From f83de4a0bb38d9b6ca07e4c671149b889b8c2fe9 Mon Sep 17 00:00:00 2001 From: Joze RIHTARSIC <joze.RIHTARSIC@ext.ec.europa.eu> Date: Wed, 8 Jun 2022 14:03:11 +0200 Subject: [PATCH] change id of the info dialog close button --- .../information-dialog/information-dialog.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smp-angular/src/app/common/dialogs/information-dialog/information-dialog.component.html b/smp-angular/src/app/common/dialogs/information-dialog/information-dialog.component.html index e17c4b746..a4ffd839d 100644 --- a/smp-angular/src/app/common/dialogs/information-dialog/information-dialog.component.html +++ b/smp-angular/src/app/common/dialogs/information-dialog/information-dialog.component.html @@ -8,7 +8,7 @@ <div class="divTableCell"> - <button mat-raised-button color="primary" (click)="dialogRef.close(false)" id="nobuttondialog_id"> + <button mat-raised-button color="primary" (click)="dialogRef.close(false)" id="closebuttondialog_id"> <mat-icon>close</mat-icon> <span>Close</span> </button> -- GitLab