Skip to content

Commit 7acdba3

Browse files
committed
fix tsc
1 parent 3e9afdd commit 7acdba3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/src/pages/tests/table/utils/GridCellManager.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const createCell = (node?: string): GridCellInterface<any> => {
1010
update: (newNode: string) => {
1111
node = newNode;
1212
},
13+
setPendingAfterCommitWork: () => {},
1314
getElement: () => null,
1415
getNode: () => node,
1516
destroy: () => {},

0 commit comments

Comments
 (0)