Skip to content

Commit 208fae3

Browse files
committed
fix: .
1 parent b6c31c5 commit 208fae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Tenant/Diagnostics/Diagnostics.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function Diagnostics(props: DiagnosticsProps) {
124124
path={path}
125125
database={tenantName}
126126
additionalNodesProps={props.additionalNodesProps}
127-
parentRef={containerRef}
127+
scrollContainerRef={containerRef}
128128
/>
129129
);
130130
}

0 commit comments

Comments
 (0)