Merge pull request #2716 from LLK/hotfix/show-update-errors-hoc

Fix initial value for notes and credits aka description
This commit is contained in:
Ray Schamp 2019-01-25 10:27:47 -05:00 committed by GitHub
commit 594c7453e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -439,7 +439,7 @@ const PreviewPresentation = ({
{editable ?
<FormsyProjectUpdater
field="description"
initialValue={projectInfo.instructions}
initialValue={projectInfo.description}
>
{(value, ref, handleUpdate) => (
<Formsy