Skip to content

Commit 81c6f82

Browse files
fix: dropdown models binding
Fix dropdown models binding
2 parents 714e121 + 4ed0774 commit 81c6f82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

views/model-dropdown.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export class ModelDropdown extends Component {
1313
super();
1414
// initialize with a (possibly outdated) cached JSON models file,
1515
// then update it once we have a token
16+
this.handleChange = this.handleChange.bind(this);
1617
this.state = { models: cachedModels }
1718
}
1819

0 commit comments

Comments
 (0)