mirror of https://github.com/buster-so/buster.git
Update metricChartServerAssetContext.tsx
This commit is contained in:
parent
dce19b2606
commit
cb55e1e600
|
@ -11,10 +11,10 @@ import { CircleSpinnerLoaderContainer } from '../../../components/ui/loaders';
|
|||
|
||||
const defaultLayoutClosed: LayoutSize = ['auto', '0px'];
|
||||
const defaultLayoutOpen: LayoutSize = ['auto', '300px'];
|
||||
const autoSaveId = `metric-chart-layout`;
|
||||
|
||||
export const component = () => {
|
||||
const { metricId, metricVersionNumber } = useGetMetricParams();
|
||||
const autoSaveId = `metric-chart-layout-${metricId}`;
|
||||
const isMetricEditMode = useIsMetricEditMode();
|
||||
const splitterRef = useMetricEditSplitter();
|
||||
|
||||
|
|
Loading…
Reference in New Issue