From dc0501e3761419a64b755d9d3f8e9a136d7914f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 23 Apr 2025 12:45:28 +0200 Subject: [PATCH] Alerting: Simplify actions (#103494) --- .../rule-editor/alert-rule-form/AlertRuleForm.tsx | 13 ------------- .../unified/rule-editor/RuleEditorExisting.test.tsx | 6 ++---- public/locales/en-US/grafana.json | 1 - public/test/helpers/alertingRuleEditor.tsx | 1 - 4 files changed, 2 insertions(+), 19 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 a1c3dea3c79..5a76be0933f 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 @@ -268,19 +268,6 @@ export const AlertRuleForm = ({ existing, prefill, isManualRestore }: Props) => const actionButtons = ( - {existing && ( - - )}