diff --git a/apps/red-ui/src/app/modules/shared/components/simple-doughnut-chart/simple-doughnut-chart.component.html b/apps/red-ui/src/app/modules/shared/components/simple-doughnut-chart/simple-doughnut-chart.component.html index dbe733b5e..fb0477d48 100644 --- a/apps/red-ui/src/app/modules/shared/components/simple-doughnut-chart/simple-doughnut-chart.component.html +++ b/apps/red-ui/src/app/modules/shared/components/simple-doughnut-chart/simple-doughnut-chart.component.html @@ -28,7 +28,7 @@ (click)="val.key && selectValue(val.key)" *ngFor="let val of config" [class.active]="filterChecked$(val.key) | async" - [class.filter-disabled]="!val.key || (statusFilters$ | async)?.length === 0" + [class.filter-disabled]="!val.key || !filtersEnabled" >