From 26ae35132fc3783ec6c730be251cfd867479b5d6 Mon Sep 17 00:00:00 2001 From: Oscar Kilhed Date: Thu, 21 Jan 2021 11:15:14 +0100 Subject: [PATCH] Dashboard: Remove Icon and change copy -> Copy to clipboard in the share embedded panel modal (#30480) --- .../features/dashboard/components/ShareModal/ShareEmbed.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/app/features/dashboard/components/ShareModal/ShareEmbed.tsx b/public/app/features/dashboard/components/ShareModal/ShareEmbed.tsx index 2f3754ff4be..b40347d86d5 100644 --- a/public/app/features/dashboard/components/ShareModal/ShareEmbed.tsx +++ b/public/app/features/dashboard/components/ShareModal/ShareEmbed.tsx @@ -1,5 +1,5 @@ import React, { FormEvent, PureComponent } from 'react'; -import { RadioButtonGroup, Switch, Field, TextArea, Icon, ClipboardButton } from '@grafana/ui'; +import { RadioButtonGroup, Switch, Field, TextArea, ClipboardButton } from '@grafana/ui'; import { SelectableValue, AppEvents } from '@grafana/data'; import { DashboardModel, PanelModel } from 'app/features/dashboard/state'; import { appEvents } from 'app/core/core'; @@ -99,7 +99,7 @@ export class ShareEmbed extends PureComponent { - Copy + Copy to clipboard