Skip to content

Commit 1a341dd

Browse files
committed
Update VirtualTableBody.tsx
1 parent ab29e4f commit 1a341dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/main/src/components/AnalyticalTable/TableBody/VirtualTableBody.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ interface VirtualTableBodyProps {
3434
manualGroupBy?: boolean;
3535
subRowsKey: string;
3636
scrollContainerRef?: MutableRefObject<HTMLDivElement>;
37-
subComponentsBehavior: AnalyticalTablePropTypes['subComponentsBehavior'];
3837
triggerScroll?: TriggerScrollState;
3938
scrollToRef: MutableRefObject<ScrollToRefType>;
4039
rowVirtualizer: Virtualizer<DivWithCustomScrollProp, HTMLElement>;

0 commit comments

Comments
 (0)