diff --git a/public/app/features/alerting/unified/components/silences/MatchersField.tsx b/public/app/features/alerting/unified/components/silences/MatchersField.tsx index 6fb4883a048..306ea08e22c 100644 --- a/public/app/features/alerting/unified/components/silences/MatchersField.tsx +++ b/public/app/features/alerting/unified/components/silences/MatchersField.tsx @@ -81,6 +81,7 @@ const MatchersField = ({ className }: Props) => { tooltip="Remove matcher" name={'trash-alt'} onClick={() => remove(index)} + type="button" > Remove