Skip to content

Commit

Permalink
Remove role presentation, that i inserted at the wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Mar 30, 2020
1 parent 3da56c5 commit f7d4c2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export function DiscoverSidebar({
setIndexPattern={setIndexPattern}
indexPatternList={sortBy(indexPatternList, o => o.attributes.title)}
/>
<div className="dscSidebar__item" role="presentation">
<div className="dscSidebar__item">
<form>
<DiscoverFieldSearch
onChange={onChangeFieldSearch}
Expand Down

0 comments on commit f7d4c2e

Please sign in to comment.