fix failing test
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user