Merge pull request #2021 from technoboy10/preview-hide-intro-modal

Hide intro modal in editor on new project page
This commit is contained in:
Ray Schamp 2018-08-16 17:02:57 -04:00 committed by GitHub
commit fccbed0782
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}