Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 84e4b71

Browse files
committed
JSON View fixes
1 parent 53c1f4d commit 84e4b71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/Correlation/Views/CorrelationJSONView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,15 +314,15 @@ const CorrleationJSONView = (props: { errorMessage: string | null; hasNoData: bo
314314

315315
return (
316316
<TableContainer>
317-
<Toolbar isSearching={isSearching} setSearching={setSearching} />
317+
{/* <Toolbar isSearching={isSearching} setSearching={setSearching} /> */}
318318
{!errorMessage ? (
319319
showTable ? (
320320
<Box className={classes.innerContainer} style={{ maxHeight: `calc(100vh - ${primaryHeaderHeight}px )` }}>
321321
<Box
322322
className={classes.innerContainer}
323323
style={{ display: 'flex', flexDirection: 'row', maxHeight: `calc(100vh - ${primaryHeaderHeight}px )` }}>
324324
<Stack gap={0} style={{ width: '100%' }}>
325-
<Stack style={{ overflowY: 'scroll' }}>
325+
<Stack>
326326
<JsonRows isSearching={isSearching} setContextMenu={setContextMenu} />
327327
</Stack>
328328
</Stack>

0 commit comments

Comments
 (0)