Hide GQL debug button
This commit is contained in:
parent
55c8826ab3
commit
00b15cd2f3
@ -62,7 +62,7 @@ const AppBar = ({ config }) => {
|
||||
<div className={classes.title}>
|
||||
<Typography variant='h6'>{config.app.title}</Typography>
|
||||
</div>
|
||||
<div>
|
||||
{/* <div>
|
||||
<Link
|
||||
className={classes.link}
|
||||
href={graphqlApi(config)}
|
||||
@ -72,7 +72,7 @@ const AppBar = ({ config }) => {
|
||||
>
|
||||
<GraphQLIcon />
|
||||
</Link>
|
||||
</div>
|
||||
</div> */}
|
||||
</Toolbar>
|
||||
</MuiAppBar>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user