From b76c810713d0e22e9f652d05b04d59cefddd5ec5 Mon Sep 17 00:00:00 2001 From: laurenashleigh Date: Mon, 12 Jan 2026 13:28:15 +0000 Subject: [PATCH] fix failing test --- .../alerting/unified/components/RuleNotificationSection.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/app/features/alerting/unified/components/RuleNotificationSection.tsx b/public/app/features/alerting/unified/components/RuleNotificationSection.tsx index 9034236c042..32715fe7dec 100644 --- a/public/app/features/alerting/unified/components/RuleNotificationSection.tsx +++ b/public/app/features/alerting/unified/components/RuleNotificationSection.tsx @@ -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';