Browse Source

UI: Fixed calculated twice cell content function for entities table

pull/13445/head
Artem Dzhereleiko 1 year ago
parent
commit
3bc89fb1d7
  1. 1
      ui-ngx/src/app/modules/home/components/widget/lib/entity/entities-table-widget.component.ts

1
ui-ngx/src/app/modules/home/components/widget/lib/entity/entities-table-widget.component.ts

@ -275,7 +275,6 @@ export class EntitiesTableWidgetComponent extends PageComponent implements OnIni
public onDataUpdated() {
this.entityDatasource.dataUpdated();
this.clearCache();
this.ctx.detectChanges();
}
public onEditModeChanged() {

Loading…
Cancel
Save