forked from p15670423/monkey
Merge pull request #1377 from guardicore/1364/config-reset-on-refresh
Config reset after refresh
This commit is contained in:
commit
cefc450b35
|
@ -97,7 +97,8 @@ class ConfigurePageComponent extends AuthComponent {
|
|||
schema: monkeyConfig.schema,
|
||||
configuration: monkeyConfig.configuration,
|
||||
attackConfig: attackConfig.configuration,
|
||||
sections: sections
|
||||
sections: sections,
|
||||
currentFormData: monkeyConfig.configuration[this.state.selectedSection]
|
||||
})
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue