Skip to content

Commit

Permalink
console[hotfix]: revert changes for 10698
Browse files Browse the repository at this point in the history
PR-URL: hasura/graphql-engine-mono#10702
GitOrigin-RevId: e53dcbef3ac03b593054bfc9f8c07716b7db41b6
  • Loading branch information
Varun-Choudhary authored and hasura-bot committed Feb 28, 2024
1 parent f64aa1f commit 5850961
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const Metrics = props => {
);
}

if (isAdminSecretMode || globals.isAdminSecretSet) {
if (isAdminSecretMode || !globals.isAdminSecretSet) {
return (
<div className={styles.noAccessContainer}>
Please{' '}
Expand Down

0 comments on commit 5850961

Please sign in to comment.