forked from p15670423/monkey
Add current page changes to exported config
This commit is contained in:
parent
5a2eb9dda4
commit
2b55258e2e
|
@ -114,6 +114,7 @@ class ConfigurePageComponent extends React.Component {
|
|||
};
|
||||
|
||||
exportConfig = () => {
|
||||
this.updateConfigSection();
|
||||
fileDownload(JSON.stringify(this.state.configuration, null, 2), 'monkey.conf');
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue