mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-30 10:58:23 -05:00
Hide intro modal in editor on new project page
This commit is contained in:
parent
0114d3ea2f
commit
d795d87e18
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