mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-3658] Fix duplicated ids (#7987)
* [ACS-3658] Fix duplicated ids * [ACS-3658] Missing automation id changes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<ng-container *ngIf="isCustom; else: default">
|
||||
<mat-icon [color]="color" [svgIcon]="value"></mat-icon>
|
||||
<mat-icon [color]="color" [svgIcon]="value" aria-hidden="true"></mat-icon>
|
||||
</ng-container>
|
||||
|
||||
<ng-template #default>
|
||||
<mat-icon [color]="color">{{ value }}</mat-icon>
|
||||
<mat-icon [color]="color" aria-hidden="true">{{ value }}</mat-icon>
|
||||
</ng-template>
|
||||
|
Reference in New Issue
Block a user