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:
Kamil Gabryjelski
2020-09-14 22:00:39 +02:00
committed by GitHub
parent 2d8f4e3aaf
commit 767044bfe5
12 changed files with 16 additions and 4 deletions

View File

@@ -213,6 +213,7 @@ class TableElement extends React.PureComponent {
)}
<i
role="button"
aria-label="Toggle table"
tabIndex={0}
onClick={e => {
this.toggleTable(e);