mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Co-authored-by: Michael Olorunnisola <michael.olorunnisola@elastic.co>
This commit is contained in:
parent
cbd8bef70e
commit
e7761d0a03
1 changed files with 1 additions and 1 deletions
|
@ -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={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue