Skip to content

Commit

Permalink
Alerting:fix silences removing labels pressing enter 5 (#79624)
Browse files Browse the repository at this point in the history
Fix Silences removing labels when user press enter in duration input
  • Loading branch information
soniaAguilarPeiron committed Dec 18, 2023
1 parent ee05de1 commit 5f5a096
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ const MatchersField = ({ className }: Props) => {
tooltip="Remove matcher"
name={'trash-alt'}
onClick={() => remove(index)}
type="button"
>
Remove
</IconButton>
Expand Down

0 comments on commit 5f5a096

Please sign in to comment.