mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
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:
commit
594c7453e6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue