From f53c0a35aa86f5ea1347f60f77a42c364b1d85b0 Mon Sep 17 00:00:00 2001 From: Sven Grossmann Date: Wed, 6 Sep 2023 15:46:48 +0200 Subject: [PATCH] LogContext: Remove feedback button (#74447) remove feedback button --- .../log-context/LogRowContextModal.tsx | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) 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 && (