From a107e7db6b37753307217f5d6a49f63a735bf789 Mon Sep 17 00:00:00 2001
From: Sonia Aguilar <33540275+soniaAguilarPeiron@users.noreply.github.com>
Date: Tue, 21 Oct 2025 12:20:01 +0200
Subject: [PATCH] Alerting: Remove ai feedback button from alert form (#112713)
remove ai feedback button from alert form
---
.../components/rule-editor/alert-rule-form/AlertRuleForm.tsx | 4 ----
1 file changed, 4 deletions(-)
diff --git a/public/app/features/alerting/unified/components/rule-editor/alert-rule-form/AlertRuleForm.tsx b/public/app/features/alerting/unified/components/rule-editor/alert-rule-form/AlertRuleForm.tsx
index 3d70f60f79a..6178509506b 100644
--- a/public/app/features/alerting/unified/components/rule-editor/alert-rule-form/AlertRuleForm.tsx
+++ b/public/app/features/alerting/unified/components/rule-editor/alert-rule-form/AlertRuleForm.tsx
@@ -40,7 +40,6 @@ import {
RulerGroupUpdatedResponse,
isGrafanaGroupUpdatedResponse,
} from '../../../api/alertRuleModel';
-import { AIFeedbackButtonComponent } from '../../../enterprise-components/AI/addAIFeedbackButton';
import { useAddRuleToRuleGroup, useUpdateRuleInRuleGroup } from '../../../hooks/ruleGroup/useUpsertRuleFromRuleGroup';
import {
defaultFormValuesForRuleType,
@@ -246,9 +245,6 @@ export const AlertRuleForm = ({ existing, prefill, isManualRestore }: Props) =>
{/* Step 1 */}
- {/* AI Feedback: automatically shown for rules generated by AI */}
-
-
{/* Step 2 */}
{/* Step 3-4-5 */}