Skip to content

Commit 06a519b

Browse files
committed
fix(grid-selection): Removing unnecessary comments
1 parent 1f973da commit 06a519b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/app/grid/grid-sample-selection/grid-selection.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export class GridSelectionSampleComponent implements OnInit {
1717
@ViewChild('grid1', { static: true }) public grid1: IgxGridComponent;
1818
@ViewChild('snackbarRowCount', { static: true }) public snackbarRowCount: IgxSnackbarComponent;
1919
@ViewChild('snackbar', { static: true }) public snackbar: IgxSnackbarComponent;
20-
//@ViewChild(IgxSnackbarComponent, { static: true }) public snackbar: IgxSnackbarComponent;
2120
public data: Observable<any[]>;
2221
public selectionMode = 'multiple';
2322
public selectionModes = [];

0 commit comments

Comments
 (0)