Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored Apr 20, 2024
1 parent b07cf73 commit 34c0b42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ export default function DataSourcePanel({
</StyledInfoboxWrapper>
)}
<AutoSizer>
{({ height }) => (
{({ height }: { height: number }) => (
<List
width={width - BORDER_WIDTH}
height={height}
Expand Down

0 comments on commit 34c0b42

Please sign in to comment.