Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 1ac4ee5

Browse files
committed
chore: remove comment as per PR review
1 parent 1f54d41 commit 1ac4ee5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/examples/grid-base-row-editing.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ export class GridBaseRowEditingComponent implements OnInit {
3939
}
4040

4141
ngOnInit() {
42-
// mock some data (different in each dataset)
4342
this.dataset = this.getData(NB_ITEMS);
4443
this.defineGrid();
4544
}

0 commit comments

Comments
 (0)