fix(dashboard): remove unecessary portal
This commit is contained in:
committed by
Carl-Gerhard Lindesvärd
parent
dbc2a32458
commit
2258fed24a
@@ -72,7 +72,6 @@ export const ChartRootShortcut = ({
|
|||||||
lineType = 'monotone',
|
lineType = 'monotone',
|
||||||
}: ChartRootShortcutProps) => {
|
}: ChartRootShortcutProps) => {
|
||||||
return (
|
return (
|
||||||
<Portal.Root>
|
|
||||||
<ChartRoot
|
<ChartRoot
|
||||||
projectId={projectId}
|
projectId={projectId}
|
||||||
range={range}
|
range={range}
|
||||||
@@ -87,6 +86,5 @@ export const ChartRootShortcut = ({
|
|||||||
aspectRatio={aspectRatio}
|
aspectRatio={aspectRatio}
|
||||||
hideXAxis={hideXAxis}
|
hideXAxis={hideXAxis}
|
||||||
/>
|
/>
|
||||||
</Portal.Root>
|
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user