Hide GQL debug button

This commit is contained in:
nabarun 2022-12-05 17:00:37 +05:30
parent 55c8826ab3
commit 00b15cd2f3

View File

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