diff --git a/public/app/features/dashboard/components/DashboardSettings/GeneralSettings.tsx b/public/app/features/dashboard/components/DashboardSettings/GeneralSettings.tsx index 429b86bab77..0a4b10ecc34 100644 --- a/public/app/features/dashboard/components/DashboardSettings/GeneralSettings.tsx +++ b/public/app/features/dashboard/components/DashboardSettings/GeneralSettings.tsx @@ -13,6 +13,7 @@ import { HorizontalGroup, TextArea, } from '@grafana/ui'; +import { Box } from '@grafana/ui/src/unstable'; import { Page } from 'app/core/components/Page/Page'; import { FolderPicker } from 'app/core/components/Select/FolderPicker'; import { updateTimeZoneDashboard, updateWeekStartDashboard } from 'app/features/dashboard/state/actions'; @@ -119,7 +120,7 @@ export function GeneralSettingsUnconnected({ return (
-
+ @@ -177,7 +178,7 @@ export function GeneralSettingsUnconnected({ > -
+ -
- {dashboard.meta.canDelete && } -
+ {dashboard.meta.canDelete && }
);