Skip to content

Commit 01fc9ff

Browse files
committed
chore(nav-drawer): clear merge related issues
1 parent 155485e commit 01fc9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/hierarchical-grid/hierarchical-cell.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class IgxHierarchicalGridCellComponent extends IgxGridCellComponent imple
3232
protected platformUtil: PlatformUtil
3333
) {
3434
super(selectionService, crudService, gridAPI, selection, cdr, helement, zone, touchManager, platformUtil);
35-
// this.hSelection = <IgxHierarchicalSelectionAPIService>selection;
35+
this.hSelection = <IgxHierarchicalSelectionAPIService>selection;
3636
}
3737

3838
ngOnInit() {

0 commit comments

Comments
 (0)