mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-17 16:34:44 -05:00
Fixed an issue where the dashboard freezes on initial render when there is a high number of locks. #9285
This commit is contained in:
@@ -44,7 +44,7 @@ export default function SectionContainer({title, titleExtras, children, style})
|
||||
<StyledBox className='SectionContainer-root' style={style}>
|
||||
<Resizable
|
||||
enable={{ bottom: true }}
|
||||
defaultSize={{ height: 'auto', width: '100%' }}
|
||||
defaultSize={{ height: 200, width: '100%' }}
|
||||
minHeight={25}
|
||||
style={{
|
||||
display: 'flex',
|
||||
|
||||
Reference in New Issue
Block a user