Skip to content

Commit e0aebb0

Browse files
MKirovaMKirova
authored andcommitted
Fix build.
1 parent f9951f0 commit e0aebb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-row.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export class IgxPivotRowComponent extends IgxRowDirective<IgxPivotGridComponent>
3434

3535
public rowDimension: IgxColumnComponent[] = [];
3636
public level = 0;
37-
protected hasChild = false;
37+
public hasChild = false;
3838

3939
constructor(
4040
public gridAPI: GridBaseAPIService<IgxPivotGridComponent>,

0 commit comments

Comments
 (0)