diff --git a/public/app/features/logs/components/log-context/LogRowContextModal.tsx b/public/app/features/logs/components/log-context/LogRowContextModal.tsx index 44ffbb2c050..2fa8fa50291 100644 --- a/public/app/features/logs/components/log-context/LogRowContextModal.tsx +++ b/public/app/features/logs/components/log-context/LogRowContextModal.tsx @@ -17,7 +17,7 @@ import { } from '@grafana/data'; import { config, reportInteraction } from '@grafana/runtime'; import { DataQuery, LoadingState, TimeZone } from '@grafana/schema'; -import { Icon, Button, Modal, useTheme2 } from '@grafana/ui'; +import { Button, Modal, useTheme2 } from '@grafana/ui'; import store from 'app/core/store'; import { SETTINGS_KEYS } from 'app/features/explore/Logs/utils/logs'; import { splitOpen } from 'app/features/explore/state/main'; @@ -590,21 +590,6 @@ export const LogRowContextModal: React.FunctionComponent - { - reportInteraction('grafana_explore_logs_log_context_give_feedback_clicked', { - datasourceType: row.datasourceType, - logRowUid: row.uid, - }); - }} - > - Give feedback - {contextQuery?.datasource?.uid && (