mirror of
https://github.com/apache/superset.git
synced 2026-04-22 09:35:23 +00:00
fix(sqllab): Removed the tooltip from CopyToClipboard button in sqllab (#18749)
* fix(15849): Removed the tooltip from CopyToClipboard button in sqllab * chore(sqllab): added props for tooltip in CopyToClipboard component * fix(sqllab): Added arg to storybook and refactor the component * fix(sqllab): added a test case for hideTooltip
This commit is contained in:
@@ -550,6 +550,7 @@ export default class ResultSet extends React.PureComponent<
|
||||
<i className="fa fa-clipboard" /> {t('Copy to Clipboard')}
|
||||
</Button>
|
||||
}
|
||||
hideTooltip
|
||||
/>
|
||||
</ResultSetButtons>
|
||||
{this.props.search && (
|
||||
|
||||
Reference in New Issue
Block a user