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 50b7390e049..b0fd59a46b6 100644 --- a/public/app/features/alerting/unified/components/rule-editor/AlertRuleForm.tsx +++ b/public/app/features/alerting/unified/components/rule-editor/AlertRuleForm.tsx @@ -251,7 +251,7 @@ export const AlertRuleForm = ({ existing, prefill }: Props) => { ) : null} - {existing ? ( + {existing && isCortexLokiOrRecordingRule(watch) && ( - ) : null} + )} );