Skip to content

Commit

Permalink
fixing accessibility issue with include system indices checkbox in in…
Browse files Browse the repository at this point in the history
…dex creation wizard (#21034)

* fixing accessibility issue with include system indices checkbox in index creation wizard

* updating snapshots
  • Loading branch information
bmcconaghy authored Jul 23, 2018
1 parent 9a13bb0 commit 9e71f5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ exports[`Header should render normally 1`] = `
>
<EuiSwitch
checked={true}
id="checkboxShowSystemIndices"
label="Include system indices"
onChange={[Function]}
/>
Expand Down Expand Up @@ -99,6 +100,7 @@ exports[`Header should render without including system indices 1`] = `
>
<EuiSwitch
checked={false}
id="checkboxShowSystemIndices"
label="Include system indices"
onChange={[Function]}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export const Header = ({
</EuiFlexItem>
<EuiFlexItem grow={false}>
<EuiSwitch
id="checkboxShowSystemIndices"
label="Include system indices"
checked={isIncludingSystemIndices}
onChange={onChangeIncludingSystemIndices}
Expand Down

0 comments on commit 9e71f5c

Please sign in to comment.