Convert file fields to use native Electron dialog + add directory selector field #124
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…
Reference in a new issue