Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
Changing the order of search_engine comboBox. First Bing and then Goo…
Browse files Browse the repository at this point in the history
…gle.
  • Loading branch information
soniacq committed May 31, 2017
1 parent b687904 commit 4eb3847
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/components/SearchTabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class SearchTabs extends React.Component {
this.state = {
slideIndex: 0,
dataSource: [],
"search_engine":"GOOG",
"search_engine":"BING",
"valueQuery":"",
"valueLoadUrls":"",
flat:true,
Expand Down Expand Up @@ -182,8 +182,8 @@ class SearchTabs extends React.Component {
onSelect={this.handleDropdownButton.bind(this)}
title={this.state.search_engine}
>
<MenuItem key="0" eventKey='GOOG'>Goog</MenuItem>
<MenuItem key="1" eventKey='BING' >Bing</MenuItem>
<MenuItem key="0" eventKey='BING'>Bing</MenuItem>
<MenuItem key="1" eventKey='GOOG' >Goog</MenuItem>
</DropdownButton>
</InputGroup>
</Col>
Expand Down

0 comments on commit 4eb3847

Please sign in to comment.