Skip to content

Commit f654ea7

Browse files
committed
fix types
1 parent 0376a59 commit f654ea7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/ui-default/components/problemconfig/tree

packages/ui-default/components/problemconfig/tree/Testcase.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export function TestcaseGroup(props: TestcaseGroupProps) {
7373
item: { cases, subtaskId },
7474
}), [JSON.stringify(cases), subtaskId]);
7575
return <div
76-
ref={drag}
76+
ref={drag as any}
7777
onClick={onClick}
7878
onMouseDown={props.onMouseDown}
7979
onContextMenu={showContextMenu(

0 commit comments

Comments
 (0)