Skip to content

Commit

Permalink
Querydelay warning solved
Browse files Browse the repository at this point in the history
  • Loading branch information
Murali Suresh committed Jan 26, 2017
1 parent 4d49b15 commit fa95c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reactJS/app/components/RegisterComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ class RegisterComponent extends Component {
'input': {width: 'initial', textAlign: 'inherit'},
'suggests': {},
'suggestItem': {}
}} queryDelay='0' placeholder='Event location' initialValue='' onSuggestSelect={this.suggestLocation} onChange={this.storeLocation}/>
}} queryDelay={0} placeholder='Event location' initialValue='' onSuggestSelect={this.suggestLocation} onChange={this.storeLocation}/>

</div>
<br></br>
Expand Down Expand Up @@ -447,7 +447,7 @@ class RegisterComponent extends Component {
'input': {},
'suggests': {},
'suggestItem': {}
}} queryDelay='0' placeholder='Event location' initialValue='' onSuggestSelect={this.suggestLocation} onChange={this.storeLocation}/>
}} queryDelay={0} placeholder='Event location' initialValue='' onSuggestSelect={this.suggestLocation} onChange={this.storeLocation}/>

</div>
</div>
Expand Down

0 comments on commit fa95c46

Please sign in to comment.