Skip to content

Commit

Permalink
Another fix project select
Browse files Browse the repository at this point in the history
  • Loading branch information
LightOfHeaven1994 committed Apr 10, 2024
1 parent 0e34bf8 commit 5fcd281
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/src/components/ibutsu-header.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,15 +206,12 @@ export class IbutsuHeader extends React.Component {
>
<TextInputGroup isPlain>
<TextInputGroupMain
value={this.state.selectedProject.name}
value={this.state.selectedProject.title}
onClick={this.onProjectToggle}
onChange={this.onProjectsChanged}
// onKeyDown={onInputKeyDown}
id="typeahead-select-input"
autoComplete="off"
// innerRef={textInputRef}
placeholder="No active project"
// {...(activeItem && { 'aria-activedescendant': activeItem })}
role="combobox"
isExpanded={this.state.isProjectSelectorOpen}
aria-controls="select-typeahead-listbox"
Expand Down

0 comments on commit 5fcd281

Please sign in to comment.