mirror of
https://github.com/apache/superset.git
synced 2026-05-11 19:05:24 +00:00
ESLint: Re-enable rule control-has-associated-label (#10866)
* Re-enable rule control-has-associated-label * Change aria-label message in DatasourceControl Co-authored-by: Evan Rusackas <evan@preset.io> Co-authored-by: Evan Rusackas <evan@preset.io>
This commit is contained in:
committed by
GitHub
parent
2d8f4e3aaf
commit
767044bfe5
@@ -178,6 +178,7 @@ class DatasourceControl extends React.PureComponent {
|
||||
<a href="#">
|
||||
<i
|
||||
role="button"
|
||||
aria-label="Toggle datasource visibility"
|
||||
tabIndex={0}
|
||||
className={`fa fa-${
|
||||
this.state.showDatasource ? 'minus' : 'plus'
|
||||
|
||||
Reference in New Issue
Block a user