Skip to content
This repository has been archived by the owner on Oct 19, 2019. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
williamparry committed Dec 2, 2017
1 parent 7b87830 commit 5ea84c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/react/src/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ class App extends Component {
this.setState({
config: config
});
ipcRenderer.send('cmd', 'getConfigurationValidity');
});

const config = ipcRenderer.sendSync('cmd', 'getConfiguration');
Expand Down

0 comments on commit 5ea84c7

Please sign in to comment.