mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
rebased and fixed the wrong directive for matList'
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*ngFor="let report of reports; let idx = index"
|
||||
[class.adf-active]="currentReport === report">
|
||||
<span [attr.id]="'report-list-' + idx" class="adf-activiti-filters__label">
|
||||
<mat-icon mat-list-icon
|
||||
<mat-icon matListItemLine
|
||||
[attr.data-automation-id]="report.name + '_filter'"
|
||||
class="adf-activiti-filters__entry-icon">assignment</mat-icon>
|
||||
<span class="adf-text">{{report.name}}</span>
|
||||
|
Reference in New Issue
Block a user