Skip to content

Commit

Permalink
add click event to badge icon
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Sep 20, 2024
1 parent 5bd227d commit aef2e0a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ export const LogRateAnalysisInfoPopoverButton: FC<{
iconType="help"
iconSide="right"
color="success"
// Defining both iconOnClick and onClick so the mouse cursor changes for cases.
iconOnClick={onClick}
iconOnClickAriaLabel='Click to open "Log rate analysis info" popover'
onClick={onClick}
onClickAriaLabel='Click to open "Log rate analysis info" popover'
data-test-subj="aiopsLogRateAnalysisInfoPopoverButton"
Expand Down

0 comments on commit aef2e0a

Please sign in to comment.