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> :
|
||||
<IntlGUI
|
||||
enableCommunity
|
||||
hideIntro
|
||||
basePath="/"
|
||||
className="gui"
|
||||
projectId={this.state.projectId}
|
||||
|
|
Loading…
Reference in a new issue