Skip to content

Commit

Permalink
[ACS-5601] CR fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKinas committed Oct 3, 2023
1 parent bf00696 commit 12fb987
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</div>
<div class="aca-name-column-badges">
<ng-container *ngFor="let badge of badges">
<adf-dynamic-component *ngIf="badge.component; else iconBadge" [id]="badge.component" [data]="{ node: node }"></adf-dynamic-component>
<adf-dynamic-component *ngIf="badge.component; else iconBadge" [id]="badge.component" [data]="{ node }"></adf-dynamic-component>
<ng-template #iconBadge>
<adf-icon class="adf-datatable-cell-badge" [title]="badge.tooltip | translate" [value]="badge.icon" (click)="onBadgeClick(badge)"></adf-icon>
</ng-template>
Expand Down

0 comments on commit 12fb987

Please sign in to comment.