mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
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:
@@ -322,7 +322,7 @@ export default function DataSourcePanel({
|
||||
</StyledInfoboxWrapper>
|
||||
)}
|
||||
<AutoSizer>
|
||||
{({ height }) => (
|
||||
{({ height }: { height: number }) => (
|
||||
<List
|
||||
width={width - BORDER_WIDTH}
|
||||
height={height}
|
||||
|
||||
Reference in New Issue
Block a user