mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -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 ?
|
||||
<FormsyProjectUpdater
|
||||
field="description"
|
||||
initialValue={projectInfo.instructions}
|
||||
initialValue={projectInfo.description}
|
||||
>
|
||||
{(value, ref, handleUpdate) => (
|
||||
<Formsy
|
||||
|
|
Loading…
Reference in a new issue