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:
smileydev
2022-02-18 18:22:21 -05:00
committed by GitHub
parent e7ff4a58e6
commit 91236a5225
4 changed files with 35 additions and 18 deletions

View File

@@ -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 && (