diff --git a/public/app/features/alerting/unified/components/silences/MatchersField.tsx b/public/app/features/alerting/unified/components/silences/MatchersField.tsx index 43d275acf53..ae3774500ab 100644 --- a/public/app/features/alerting/unified/components/silences/MatchersField.tsx +++ b/public/app/features/alerting/unified/components/silences/MatchersField.tsx @@ -5,7 +5,7 @@ import { css, cx } from '@emotion/css'; import { useFormContext, useFieldArray } from 'react-hook-form'; import { SilenceFormFields } from '../../types/silence-form'; import { MatcherOperator } from 'app/plugins/datasource/alertmanager/types'; -import { matcherToOperator, matcherFieldToMatcher, matcherFieldOptions } from '../../utils/alertmanager'; +import { matcherFieldOptions } from '../../utils/alertmanager'; interface Props { className?: string; @@ -49,16 +49,12 @@ const MatchersField: FC = ({ className }) => { render={({ field: { onChange, ref, ...field } }) => (