fix failing test

This commit is contained in:
laurenashleigh
2026-01-12 13:28:15 +00:00
parent d4e87cf510
commit b76c810713
@@ -3,7 +3,7 @@ import { useCallback, useMemo } from 'react';
import { useFormContext } from 'react-hook-form';
import { notificationsAPIv0alpha1 } from '@grafana/alerting/unstable';
import type { GrafanaTheme2 } from '@grafana/data';
import { type GrafanaTheme2, textUtil } from '@grafana/data';
import { Trans, t } from '@grafana/i18n';
import {
Button,
@@ -20,7 +20,6 @@ import {
useStyles2,
} from '@grafana/ui';
import { useAppNotification } from 'app/core/copy/appNotification';
import { textUtil } from 'app/core/utils/text';
import { RuleFormValues } from '../types/rule-form';
import { Annotation } from '../utils/constants';