We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3195e4 commit 06e5667Copy full SHA for 06e5667
projects/erp-hgrid/src/components/erp-hierarchical-grid.ts
@@ -49,9 +49,6 @@ defineComponents(
49
@customElement('app-erp-hgrid')
50
export default class ErpHierarchicalGrid extends LitElement {
51
52
- @query("igc-hierarchical-grid")
53
- private hierarchicalGrid!: IgcGridComponent;
54
-
55
@query("igc-row-island")
56
private rowisland!: IgcGridComponent;
57
0 commit comments