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 f822db3a53f..790a7e419b5 100644 --- a/public/app/features/alerting/unified/components/rule-editor/AlertRuleForm.tsx +++ b/public/app/features/alerting/unified/components/rule-editor/AlertRuleForm.tsx @@ -161,10 +161,9 @@ export const AlertRuleForm: FC = ({ existing, prefill }) => { condition: 'C', ...defaultsInQueryParamsObject, type: RuleFormType.grafana, - evaluateEvery: evaluateEvery, }); } - }, [defaultDsAndQueries.queries, reset, existing, prefill, defaultsInQueryParamsObject, evaluateEvery]); + }, [defaultDsAndQueries.queries, reset, existing, prefill, defaultsInQueryParamsObject]); const type = watch('type'); const dataSourceName = watch('dataSourceName');