rebased and fixed the wrong directive for matList'

This commit is contained in:
Vito Albano
2023-12-19 21:23:44 +00:00
committed by VitoAlbano
parent 7d24d80228
commit c0334278da
13 changed files with 61 additions and 100 deletions

View File

@@ -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>