mirror of
https://github.com/apache/superset.git
synced 2026-04-13 21:24:28 +00:00
Make entire menuitem clickable for copy query (#1747)
This commit is contained in:
@@ -39,7 +39,11 @@ export default class CopyQueryTabUrl extends React.PureComponent {
|
||||
<CopyToClipboard
|
||||
inMenu
|
||||
text={this.state.shortUrl}
|
||||
copyNode={<span>share query</span>}
|
||||
copyNode={(
|
||||
<div>
|
||||
<i className="fa fa-clipboard" /> <span>share query</span>
|
||||
</div>
|
||||
)}
|
||||
tooltipText="copy URL to clipboard"
|
||||
shouldShowText={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user