Allow ContainerImagePrepareParameterForm to reinitialize

This fixes the behavior when the initial state of the form would
not get updated after successful submit

Story: 2004733
Task: 28783
Change-Id: Idf27704e59e7a6bf9db529782f8faf328063fd43
This commit is contained in:
Jiri Tomasek 2019-01-08 16:48:28 +01:00
parent dbbfde4d9b
commit 5011023bc5
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ ContainerImagePrepareParameterForm.propTypes = {
const form = reduxForm({
form: 'parametersForm',
enableReinitialize: true,
onSubmit: (
{ ContainerImagePrepare },
dispatch,