diff --git a/public/app/features/alerting/unified/components/rule-editor/CloudEvaluationBehavior.tsx b/public/app/features/alerting/unified/components/rule-editor/CloudEvaluationBehavior.tsx index 4a223311b00..66e3d12565c 100644 --- a/public/app/features/alerting/unified/components/rule-editor/CloudEvaluationBehavior.tsx +++ b/public/app/features/alerting/unified/components/rule-editor/CloudEvaluationBehavior.tsx @@ -1,5 +1,5 @@ import { css } from '@emotion/css'; -import { useFormContext, Controller } from 'react-hook-form'; +import { Controller, useFormContext } from 'react-hook-form'; import { GrafanaTheme2 } from '@grafana/data'; import { Field, Input, Select, useStyles2 } from '@grafana/ui'; @@ -27,7 +27,7 @@ export const CloudEvaluationBehavior = () => {
diff --git a/public/app/features/alerting/unified/components/rule-editor/GrafanaEvaluationBehavior.tsx b/public/app/features/alerting/unified/components/rule-editor/GrafanaEvaluationBehavior.tsx index 95612dc75f7..1906fa9964f 100644 --- a/public/app/features/alerting/unified/components/rule-editor/GrafanaEvaluationBehavior.tsx +++ b/public/app/features/alerting/unified/components/rule-editor/GrafanaEvaluationBehavior.tsx @@ -603,7 +603,7 @@ export function ForInput({ evaluateEvery }: { evaluateEvery: string }) { label={