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',
|
||||
}: ChartRootShortcutProps) => {
|
||||
return (
|
||||
<Portal.Root>
|
||||
<ChartRoot
|
||||
projectId={projectId}
|
||||
range={range}
|
||||
@@ -87,6 +86,5 @@ export const ChartRootShortcut = ({
|
||||
aspectRatio={aspectRatio}
|
||||
hideXAxis={hideXAxis}
|
||||
/>
|
||||
</Portal.Root>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user