From 58ff0f07b46aa1e67275d53ee07bc5ad1c7d5038 Mon Sep 17 00:00:00 2001 From: Jeff Levin Date: Mon, 1 Aug 2022 04:35:09 -0800 Subject: [PATCH] public dashboards: check to see if dashboard state is different from persisted on save (#52008) * public dashboards: check to see if dashboard state is different from persisted on save Co-authored-by: Ezequiel Victorero --- .../components/ShareModal/SharePublicDashboard.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/public/app/features/dashboard/components/ShareModal/SharePublicDashboard.tsx b/public/app/features/dashboard/components/ShareModal/SharePublicDashboard.tsx index de7e7d965e9..c4b70a86377 100644 --- a/public/app/features/dashboard/components/ShareModal/SharePublicDashboard.tsx +++ b/public/app/features/dashboard/components/ShareModal/SharePublicDashboard.tsx @@ -221,7 +221,14 @@ export const SharePublicDashboard = (props: Props) => { )} -