Skip to content

Commit

Permalink
[7.x] fix/uptime-alert-icon (#60750) (#61281)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <[email protected]>

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
katrin-freihofner and elasticmachine authored Mar 25, 2020
1 parent 879c263 commit 29b27fa
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 29b27fa

Please sign in to comment.