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

Commit 37d87e7

Browse files
committed
chore: fix failing Cypress test
1 parent 0e44168 commit 37d87e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/examples/grid-tree-data-parent-child.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ <h2>
9595
[columnDefinitions]="columnDefinitions"
9696
[gridOptions]="gridOptions"
9797
[dataset]="dataset"
98+
(onGridStateChanged)="handleOnGridStateChanged($event.detail)"
9899
(onAngularGridCreated)="angularGridReady($event.detail)"
99100
(onBeforeFilterChange)="showSpinner()"
100101
(onFilterChanged)="hideSpinner()"

0 commit comments

Comments
 (0)