Skip to content

Commit 3b184db

Browse files
Fixed an issue where the dashboard freezes on initial render when there is a high number of locks. #9285
1 parent 71920c2 commit 3b184db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pgadmin/dashboard/static/js/components/SectionContainer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default function SectionContainer({title, titleExtras, children, style})
4444
<StyledBox className='SectionContainer-root' style={style}>
4545
<Resizable
4646
enable={{ bottom: true }}
47-
defaultSize={{ height: 'auto', width: '100%' }}
47+
defaultSize={{ height: 200, width: '100%' }}
4848
minHeight={25}
4949
style={{
5050
display: 'flex',

0 commit comments

Comments
 (0)