build(deps): bump react-virtualized-auto-sizer from 1.0.7 to 1.0.24 in /superset-frontend (#28085)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evan Rusackas <evan@preset.io>
This commit is contained in:
dependabot[bot]
2024-04-22 10:13:34 -06:00
committed by GitHub
parent 1ef839ca6d
commit fe2be5ffea
3 changed files with 11 additions and 14 deletions

View File

@@ -322,7 +322,7 @@ export default function DataSourcePanel({
</StyledInfoboxWrapper>
)}
<AutoSizer>
{({ height }) => (
{({ height }: { height: number }) => (
<List
width={width - BORDER_WIDTH}
height={height}