diff --git a/app/configurator/components/configurator.tsx b/app/configurator/components/configurator.tsx index ceff7bf70..2f89477b7 100644 --- a/app/configurator/components/configurator.tsx +++ b/app/configurator/components/configurator.tsx @@ -82,7 +82,14 @@ const ConfigureChartStep = () => { } return ( <> - + {state.chartConfig.chartType === "table" ? ( ) : ( diff --git a/app/configurator/components/layout.tsx b/app/configurator/components/layout.tsx index 272e4f123..83799f91e 100644 --- a/app/configurator/components/layout.tsx +++ b/app/configurator/components/layout.tsx @@ -25,10 +25,6 @@ export const PanelLeftWrapper = ({ borderRightWidth: raised ? "1px" : undefined, borderRightStyle: raised ? "solid" : undefined, gridArea: "left", - flexGrow: 1, - display: "flex", - height: "100%", - flexDirection: "column", ...sx, }} >