mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Merge pull request #2021 from technoboy10/preview-hide-intro-modal
Hide intro modal in editor on new project page
This commit is contained in:
commit
fccbed0782
1 changed files with 1 additions and 0 deletions
|
@ -329,6 +329,7 @@ class Preview extends React.Component {
|
||||||
</Page> :
|
</Page> :
|
||||||
<IntlGUI
|
<IntlGUI
|
||||||
enableCommunity
|
enableCommunity
|
||||||
|
hideIntro
|
||||||
basePath="/"
|
basePath="/"
|
||||||
className="gui"
|
className="gui"
|
||||||
projectId={this.state.projectId}
|
projectId={this.state.projectId}
|
||||||
|
|
Loading…
Reference in a new issue