diff --git a/public/app/features/dashboard/components/ShareModal/SharePublicDashboard.tsx b/public/app/features/dashboard/components/ShareModal/SharePublicDashboard.tsx index cd6146deede..8686fe66950 100644 --- a/public/app/features/dashboard/components/ShareModal/SharePublicDashboard.tsx +++ b/public/app/features/dashboard/components/ShareModal/SharePublicDashboard.tsx @@ -2,7 +2,18 @@ import React, { useCallback, useEffect, useState } from 'react'; import { AppEvents } from '@grafana/data'; import { reportInteraction } from '@grafana/runtime/src'; -import { Alert, Button, Checkbox, ClipboardButton, Field, FieldSet, Input, LinkButton, Switch } from '@grafana/ui'; +import { + Alert, + Button, + Checkbox, + ClipboardButton, + Field, + FieldSet, + Input, + Label, + LinkButton, + Switch, +} from '@grafana/ui'; import { notifyApp } from 'app/core/actions'; import { createErrorNotification } from 'app/core/copy/appNotification'; import { appEvents } from 'app/core/core'; @@ -160,8 +171,9 @@ export const SharePublicDashboard = (props: Props) => {

Public Dashboard Configuration

- Time Range -
+