Skip to content

Commit

Permalink
Addressed #6642 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDervishi committed Jul 21, 2023
1 parent 0735eaf commit 87c8281
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/assets/javascripts/DropDownMenu/MultiSelectDropDown.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export class MultiSelectDropdown extends React.Component {
<div
className="multiselect-dropdown"
onClick={() => this.setState({expanded: !this.state.expanded})}
tabIndex={-1}
data-testid={this.props.id}
ref={this.dropdownRef}
>
Expand Down

0 comments on commit 87c8281

Please sign in to comment.