UI: Fixed twice call cell content func for alarm table widget

This commit is contained in:
Artem Dzhereleiko 2025-05-30 08:54:12 +03:00
parent 3bc89fb1d7
commit 49f5fc023f

View File

@ -340,7 +340,6 @@ export class AlarmsTableWidgetComponent extends PageComponent implements OnInit,
public onDataUpdated() { public onDataUpdated() {
this.alarmsDatasource.updateAlarms(); this.alarmsDatasource.updateAlarms();
this.clearCache(); this.clearCache();
this.ctx.detectChanges();
} }
public onEditModeChanged() { public onEditModeChanged() {