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)} + /> + +