Developer Settings: make compatible with new file field

This commit is contained in:
Alex Liebowitz 2017-05-12 06:40:41 -04:00
parent b12c9e2744
commit 02f1f0e55b

View file

@ -30,7 +30,7 @@ const DeveloperPage = React.createClass({
},
handleUpgradeFileChange: function(event) {
this.setState({
upgradePath: event.target.files[0].path,
upgradePath: event.target.value,
});
},
handleForceUpgradeClick: function() {