Skip to content

Commit 275e5ab

Browse files
committed
fix: typescripte hint type error
1 parent f3faeeb commit 275e5ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vtable/src/event/event.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export class EventManager {
174174
// group title checkbox change
175175
bindGroupTitleCheckboxChange(this.table);
176176
// checkbox and titlr change
177-
bindGroupCheckboxTreeChange(this.table);
177+
bindGroupCheckboxTreeChange(this.table as ListTable);
178178
// header checkbox change
179179
bindHeaderCheckboxChange(this.table);
180180

0 commit comments

Comments
 (0)