From 82708df28720a933424620a916552ee111bd8e55 Mon Sep 17 00:00:00 2001 From: Guilherme Caulada Date: Wed, 14 Sep 2022 15:05:15 -0300 Subject: [PATCH] PublicDashboards: Add link to public dashboards docs to sharing modal (#55186) --- .../ShareModal/SharePublicDashboard.tsx | 23 ++++++++++++++----- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/public/app/features/dashboard/components/ShareModal/SharePublicDashboard.tsx b/public/app/features/dashboard/components/ShareModal/SharePublicDashboard.tsx index 9f45f0e137b..30faf560c5b 100644 --- a/public/app/features/dashboard/components/ShareModal/SharePublicDashboard.tsx +++ b/public/app/features/dashboard/components/ShareModal/SharePublicDashboard.tsx @@ -143,12 +143,23 @@ export const SharePublicDashboard = (props: Props) => {

Before you click Save, please acknowledge the following information:

- onAcknowledge('public', e.currentTarget.checked)} - /> + + onAcknowledge('public', e.currentTarget.checked)} + /> + +