Merge pull request #1377 from guardicore/1364/config-reset-on-refresh

Config reset after refresh
This commit is contained in:
Mike Salvatore 2021-07-28 09:09:17 -04:00 committed by GitHub
commit cefc450b35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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]
})
});
};