Make both instance dropdowns behave the same way
This commit is contained in:
parent
5c5b3568cd
commit
20a9ca6aa6
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ class Instance extends BaseMainView {
|
||||||
<PrefSelect rowName="Primary user" options={this.clientOptions}
|
<PrefSelect rowName="Primary user" options={this.clientOptions}
|
||||||
isSearchable={false} value={this.selectedClientEntry}
|
isSearchable={false} value={this.selectedClientEntry}
|
||||||
onChange={({ id }) => this.setState({ primary_user: id })}/>
|
onChange={({ id }) => this.setState({ primary_user: id })}/>
|
||||||
<PrefSelect rowName="Type" options={this.typeOptions}
|
<PrefSelect rowName="Type" options={this.typeOptions} isSearchable={false}
|
||||||
value={this.selectedPluginEntry}
|
value={this.selectedPluginEntry}
|
||||||
onChange={({ id }) => this.setState({ type: id })}/>
|
onChange={({ id }) => this.setState({ type: id })}/>
|
||||||
</PrefTable>
|
</PrefTable>
|
||||||
|
|
Loading…
Reference in a new issue