mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-3701] Change initial focus for aspect dialog (#7892)
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
</button>
|
||||
</div>
|
||||
<div>
|
||||
<button mat-button (click)="onCancel()" id="aspect-list-dialog-actions-cancel"
|
||||
<button mat-button cdkFocusInitial (click)="onCancel()" id="aspect-list-dialog-actions-cancel"
|
||||
data-automation-id="aspect-list-dialog-actions-cancel">{{
|
||||
'ADF-ASPECT-LIST.DIALOG.CANCEL' | translate }}
|
||||
</button>
|
||||
|
Reference in New Issue
Block a user