From a71b4f13e477fdb15674d93eaddfde060e3193a8 Mon Sep 17 00:00:00 2001 From: Alexander Gee Date: Mon, 18 Jul 2022 01:32:52 -0500 Subject: [PATCH] Dashboard: Add guidance about reload required after updating shared cursor/tooltip setting. (#52280) * Dashboard: Add guidance about reloaded needed for shared cursor/tooltip * Dashboard: Added todo note for author of (#46581) impl * Dashboard: prettier errors fixed for new text --- .../dashboard/components/DashboardSettings/GeneralSettings.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/app/features/dashboard/components/DashboardSettings/GeneralSettings.tsx b/public/app/features/dashboard/components/DashboardSettings/GeneralSettings.tsx index 1ddfc1a4cef..d76cedd757d 100644 --- a/public/app/features/dashboard/components/DashboardSettings/GeneralSettings.tsx +++ b/public/app/features/dashboard/components/DashboardSettings/GeneralSettings.tsx @@ -143,10 +143,11 @@ export function GeneralSettingsUnconnected({ dashboard, updateTimeZone, updateWe liveNow={dashboard.liveNow} /> + {/* @todo: Update "Graph tooltip" description to remove prompt about reloading when resolving #46581 */}