mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +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
@@ -213,6 +213,7 @@ class TableElement extends React.PureComponent {
|
||||
)}
|
||||
<i
|
||||
role="button"
|
||||
aria-label="Toggle table"
|
||||
tabIndex={0}
|
||||
onClick={e => {
|
||||
this.toggleTable(e);
|
||||
|
||||
Reference in New Issue
Block a user