Skip to content
Snippets Groups Projects
Commit a0b58f9f authored by Alexandru Munteanu's avatar Alexandru Munteanu
Browse files

fix(submitRevision): correctly set initial values when switching between...

fix(submitRevision): correctly set initial values when switching between multiple submit revision wi
parent e775d2a5
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,4 @@ const Root = styled.div`
padding: calc(${th('gridUnit')} * 2);
`
export default reduxForm({ form: 'revision', destroyOnUnmount: false })(
SubmitRevision,
)
export default reduxForm({ form: 'revision' })(SubmitRevision)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment