mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Fix initial value for notes and credits aka description
Resolves "mirror world" issue
This commit is contained in:
parent
d6c48a5730
commit
d8d46b102b
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