add alert role to guided tour dialog
This commit is contained in:
parent
b75b1fee10
commit
a8fb61195f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue