Add current page changes to exported config

This commit is contained in:
Itay Mizeretz 2017-10-31 17:09:28 +02:00
parent 5a2eb9dda4
commit 2b55258e2e
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ class ConfigurePageComponent extends React.Component {
}; };
exportConfig = () => { exportConfig = () => {
this.updateConfigSection();
fileDownload(JSON.stringify(this.state.configuration, null, 2), 'monkey.conf'); fileDownload(JSON.stringify(this.state.configuration, null, 2), 'monkey.conf');
}; };