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

pull/9519/head
Rohit Bhati 2026-01-07 17:10:35 +05:30 committed by GitHub
parent 71920c2903
commit 3b184dbeee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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',