Alerting:fix silences removing labels pressing enter 5 (#79624)

Fix Silences removing labels when user press enter in duration input
This commit is contained in:
Sonia Aguilar
2023-12-18 11:43:16 +01:00
committed by GitHub
parent ee05de1d4b
commit ac798ec429
@@ -81,6 +81,7 @@ const MatchersField = ({ className }: Props) => {
tooltip="Remove matcher"
name={'trash-alt'}
onClick={() => remove(index)}
type="button"
>
Remove
</IconButton>