Skip to content

Commit

Permalink
Merge pull request #221 from GOKULRAJ136/patch-1
Browse files Browse the repository at this point in the history
MOSIP-31310, MOSIP-31318, MOSIP-31369 : Added id for the dialog components
  • Loading branch information
aranaravi authored Feb 8, 2024
2 parents 349b68b + fc0d6f0 commit 878a1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmp-ui/src/app/shared/dialog/dialog.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ <h2 class="filter-heading">{{ "filters.titleTxt" | translate }}</h2>
</div>
<div mat-dialog-actions class="pop-up-footer">
<span
><button mat-button cdkFocusInitial (click)="dismiss()">
><button mat-button cdkFocusInitial (click)="dismiss()" id="confirmmessagepopup">
{{ input.btnTxt }}
</button></span
>
Expand Down

0 comments on commit 878a1cf

Please sign in to comment.