mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
Enable anchor-has-content rule (#10908)
This commit is contained in:
committed by
GitHub
parent
2a5946d117
commit
281305e0cf
@@ -170,7 +170,11 @@ class TableElement extends React.PureComponent {
|
||||
/>
|
||||
{table.selectStar && (
|
||||
<CopyToClipboard
|
||||
copyNode={<a className="fa fa-clipboard pull-left m-l-2" />}
|
||||
copyNode={
|
||||
<a aria-label="Copy">
|
||||
<i aria-hidden className="fa fa-clipboard pull-left m-l-2" />
|
||||
</a>
|
||||
}
|
||||
text={table.selectStar}
|
||||
shouldShowText={false}
|
||||
tooltipText={t('Copy SELECT statement to the clipboard')}
|
||||
|
||||
Reference in New Issue
Block a user