mirror of
https://github.com/apache/superset.git
synced 2026-05-11 19:05:24 +00:00
chore: enable no-static-element-interactions eslint rule (#10351)
This commit is contained in:
@@ -177,6 +177,8 @@ class DatasourceControl extends React.PureComponent {
|
||||
>
|
||||
<a href="#">
|
||||
<i
|
||||
role="button"
|
||||
tabIndex={0}
|
||||
className={`fa fa-${
|
||||
this.state.showDatasource ? 'minus' : 'plus'
|
||||
}-square m-r-5 m-l-5 m-t-4`}
|
||||
|
||||
Reference in New Issue
Block a user