fix(dashboard): remove unecessary portal

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-09-09 15:28:34 +02:00
committed by Carl-Gerhard Lindesvärd
parent dbc2a32458
commit 2258fed24a

View File

@@ -72,7 +72,6 @@ export const ChartRootShortcut = ({
lineType = 'monotone',
}: ChartRootShortcutProps) => {
return (
<Portal.Root>
<ChartRoot
projectId={projectId}
range={range}
@@ -87,6 +86,5 @@ export const ChartRootShortcut = ({
aspectRatio={aspectRatio}
hideXAxis={hideXAxis}
/>
</Portal.Root>
);
};