diff --git a/public/app/features/alerting/unified/components/rule-editor/AlertRuleForm.tsx b/public/app/features/alerting/unified/components/rule-editor/AlertRuleForm.tsx
index b56373e3a30..e8715f33eb0 100644
--- a/public/app/features/alerting/unified/components/rule-editor/AlertRuleForm.tsx
+++ b/public/app/features/alerting/unified/components/rule-editor/AlertRuleForm.tsx
@@ -227,15 +227,17 @@ export const AlertRuleForm = ({ existing, prefill }: Props) => {
) : null}
-
+ {existing ? (
+
+ ) : null}
);