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:
@@ -81,6 +81,7 @@ const MatchersField = ({ className }: Props) => {
|
||||
tooltip="Remove matcher"
|
||||
name={'trash-alt'}
|
||||
onClick={() => remove(index)}
|
||||
type="button"
|
||||
>
|
||||
Remove
|
||||
</IconButton>
|
||||
|
||||
Reference in New Issue
Block a user