Skip to content

Commit

Permalink
fix/uptime-alert-icon (#60750)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
katrin-freihofner and elasticmachine authored Mar 25, 2020
1 parent caaeb37 commit 6c3fa6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const ToggleAlertFlyoutButtonComponent = ({ setAlertFlyoutVisible }: Prop
})}
data-test-subj="xpack.uptime.toggleAlertFlyout"
key="create-alert"
icon="alert"
icon="bell"
onClick={() => setAlertFlyoutVisible(true)}
>
<FormattedMessage
Expand Down

0 comments on commit 6c3fa6b

Please sign in to comment.