Skip to content

Commit 2eab94b

Browse files
committed
abc
1 parent 7adb2d3 commit 2eab94b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demos/gantt/resource-panel-filtering/src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
</div>
88

99
<smart-gantt-chart #ganttChart id="ganttChart" (onReady)="onReady($event)" [dataSource]="dataSource" [taskColumns]="taskColumns" [resourceColumns]="resourceColumns" [treeSize]="treeSize"
10-
[selectedIndexes]="selectedIndexes" [timelineHeaderFormatFunction]="timelineHeaderFormatFunction" [view]="view" [durationUnit]="durationUnit" [resourcePanelHeaderTemplate]="resourcePanelHeaderTemplate"
10+
[timelineHeaderFormatFunction]="timelineHeaderFormatFunction" [view]="view" [durationUnit]="durationUnit" [resourcePanelHeaderTemplate]="resourcePanelHeaderTemplate"
1111
[resourcePanelSize]="resourcePanelSize" [taskPanelSize]="taskPanelSize"></smart-gantt-chart>

demos/gantt/resource-panel-filtering/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Component, ViewChild, OnInit, AfterViewInit, ViewEncapsulation } from '@angular/core';
22
import { RadioButtonComponent, RadioButton } from '@smart-webcomponents-angular/radiobutton';
3-
import { GanttChartComponent, GanttChartResourceTimelineView, GanttChartTaskResource, GanttChart, GanttChartResource, Smart } from '@smart-webcomponents-angular/ganttchart';
3+
import { GanttChartComponent, GanttChartResourceTimelineView, GanttChart, GanttChartResource, Smart } from '@smart-webcomponents-angular/ganttchart';
44

55

66
@Component({

0 commit comments

Comments
 (0)