Fixed an issue where the dashboard freezes on initial render when there is a high number of locks. #9285
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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue