Fixed an issue where the dashboard freezes on initial render when there is a high number of locks. #9285

This commit is contained in:
Rohit Bhati
2026-01-07 17:10:35 +05:30
committed by GitHub
parent 71920c2903
commit 3b184dbeee
@@ -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',