Skip to content

Commit

Permalink
fis: remove role label
Browse files Browse the repository at this point in the history
  • Loading branch information
KristinAoki committed Sep 12, 2023
1 parent 2f69e01 commit 4ac72ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/editors/sharedComponents/TypeaheadDropdown/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ class TypeaheadDropdown extends React.Component {
data-testid="dropdown-container"
className="dropdown-container mt-2 rounded bg-light-100 box-shadow-centered-1 mr-2"
style={{ maxHeight: '300px', overflowY: 'scroll' }}
role="listbox"
>
{ this.state.dropDownItems.length > 0 ? this.state.dropDownItems : dropDownEmptyList }
</div>
Expand Down

0 comments on commit 4ac72ee

Please sign in to comment.