Fix initial value for notes and credits aka description

Resolves "mirror world" issue
This commit is contained in:
Ray 2019-01-25 10:11:22 -05:00
parent d6c48a5730
commit d8d46b102b

View file

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