Fix aria attribute of icons on status page. (#25179) (#25187)

This commit is contained in:
CJ Cenizal 2018-11-06 10:40:53 -08:00 committed by GitHub
parent ff4e773c52
commit 81bfe017d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ class StatusTable extends Component {
static columns = [{
field: 'state',
name: '',
render: state => <EuiIcon type="dot" ariaabel="" color={state.uiColor} />,
render: state => <EuiIcon type="dot" aria-hidden color={state.uiColor} />,
width: '32px'
}, {
field: 'id',