Skip to content

Commit

Permalink
fix: dropdown models binding
Browse files Browse the repository at this point in the history
Fix dropdown models binding
  • Loading branch information
germanattanasio authored Aug 22, 2018
2 parents 714e121 + 4ed0774 commit 81c6f82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/model-dropdown.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export class ModelDropdown extends Component {
super();
// initialize with a (possibly outdated) cached JSON models file,
// then update it once we have a token
this.handleChange = this.handleChange.bind(this);
this.state = { models: cachedModels }
}

Expand Down

0 comments on commit 81c6f82

Please sign in to comment.