mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
Alerting: Prevent resetting the form on evaluation group interval change (#63763)
Prevent resetting the form on evaluateEvery change
This commit is contained in:
parent
9079de068e
commit
2eba37b95b
@ -161,10 +161,9 @@ export const AlertRuleForm: FC<Props> = ({ existing, prefill }) => {
|
|||||||
condition: 'C',
|
condition: 'C',
|
||||||
...defaultsInQueryParamsObject,
|
...defaultsInQueryParamsObject,
|
||||||
type: RuleFormType.grafana,
|
type: RuleFormType.grafana,
|
||||||
evaluateEvery: evaluateEvery,
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}, [defaultDsAndQueries.queries, reset, existing, prefill, defaultsInQueryParamsObject, evaluateEvery]);
|
}, [defaultDsAndQueries.queries, reset, existing, prefill, defaultsInQueryParamsObject]);
|
||||||
|
|
||||||
const type = watch('type');
|
const type = watch('type');
|
||||||
const dataSourceName = watch('dataSourceName');
|
const dataSourceName = watch('dataSourceName');
|
||||||
|
Loading…
Reference in New Issue
Block a user