Merge pull request #7454 from aoneill01/feature/pass-flag-to-gui

feat: pass isTotallyNormal to gui
This commit is contained in:
Andy O'Neill 2023-03-21 13:58:03 -04:00 committed by GitHub
commit 051be71f83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -860,6 +860,7 @@ class Preview extends React.Component {
enableCommunity={this.props.enableCommunity}
hasCloudPermission={this.props.isScratcher}
isShared={this.props.isShared}
isTotallyNormal={this.props.isTotallyNormal}
projectHost={this.props.projectHost}
projectToken={this.props.projectInfo.project_token}
projectId={this.state.projectId}