Skip to content

Commit

Permalink
[Security Solution][Investigations] - Default enable copy icon tooltip (
Browse files Browse the repository at this point in the history
elastic#117412) (elastic#117485)

Co-authored-by: Michael Olorunnisola <[email protected]>
  • Loading branch information
kibanamachine and michaelolo24 authored Nov 4, 2021
1 parent 0f9e0b0 commit 87186d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const WithCopyToClipboard = React.memo<{
showTooltip?: boolean;
text: string;
titleSummary?: string;
}>(({ isHoverAction, keyboardShortcut = '', showTooltip = false, text, titleSummary }) => {
}>(({ isHoverAction, keyboardShortcut = '', showTooltip = true, text, titleSummary }) => {
return showTooltip ? (
<EuiToolTip
content={
Expand Down

0 comments on commit 87186d3

Please sign in to comment.