Developer Settings: make compatible with new file field
This commit is contained in:
parent
b12c9e2744
commit
02f1f0e55b
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ const DeveloperPage = React.createClass({
|
||||||
},
|
},
|
||||||
handleUpgradeFileChange: function(event) {
|
handleUpgradeFileChange: function(event) {
|
||||||
this.setState({
|
this.setState({
|
||||||
upgradePath: event.target.files[0].path,
|
upgradePath: event.target.value,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
handleForceUpgradeClick: function() {
|
handleForceUpgradeClick: function() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue