add alert role to guided tour dialog

This commit is contained in:
mchouliara 2024-09-20 17:47:28 +03:00
parent b75b1fee10
commit a8fb61195f
1 changed files with 1 additions and 0 deletions

View File

@ -17,4 +17,5 @@
<ngx-guided-tour *ngIf="!showOnlyRouterOutlet"
[skipText]="'DASHBOARD.TOUR-GUIDE.LEAVE-TOUR'| translate"
[nextText]="'DASHBOARD.TOUR-GUIDE.GOT-IT'| translate"
role="alert"
></ngx-guided-tour>