Browse Source

UI: Fixed range-chart widget import

pull/13662/head
Vladyslav_Prykhodko 1 year ago
parent
commit
b20b3d2b6e
  1. 1
      ui-ngx/src/app/modules/home/components/widget/lib/chart/range-chart-widget.component.ts

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

@ -23,6 +23,7 @@ import {
OnDestroy,
OnInit,
Renderer2,
TemplateRef,
ViewChild,
ViewEncapsulation
} from '@angular/core';

Loading…
Cancel
Save