diff --git a/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx b/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx index 6a6b05674..67b5d1758 100644 --- a/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx +++ b/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx @@ -33,7 +33,7 @@ interface Props { siteId: any; } -const LAYOUT_KEY = '$__layout__$' +const LAYOUT_KEY = '$__metric_form__layout__$' function getDefaultState() { const layout = localStorage.getItem(LAYOUT_KEY)