Browse Source

Added update run after custom header actions available

pull/15430/head
Maksym Tsymbarov 2 months ago
parent
commit
c8c1d49eaf
  1. 1
      ui-ngx/src/app/modules/home/components/widget/widget.component.ts

1
ui-ngx/src/app/modules/home/components/widget/widget.component.ts

@ -332,6 +332,7 @@ export class WidgetComponent extends PageComponent implements OnInit, OnChanges,
if (customHeaderActions$.length) {
forkJoin(customHeaderActions$).subscribe((customHeaderActions) => {
this.widgetContext.customHeaderActions.push(...customHeaderActions);
this.dashboardWidget.updateParamsFromData(true);
});
}

Loading…
Cancel
Save