Projects STRLCPY graphql-engine Commits e2573a74
🤬
  • console[hotfix]: revert changes for 10692

    PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10704
    GitOrigin-RevId: 829c42ef058e7a5a54d86b2720a6f38e7c38e7f7
  • Loading...
  • Varun Choudhary committed with hasura-bot 3 months ago
    e2573a74
    1 parent 51b797fb
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    frontend/libs/console/legacy-ee/src/lib/components/Services/Metrics/Metrics.js
    skipped 167 lines
    168 168   );
    169 169   }
    170 170   
    171  - if (isAdminSecretMode || globals.isAdminSecretSet) {
     171 + if (isAdminSecretMode || !globals.isAdminSecretSet) {
    172 172   return (
    173 173   <div className={styles.noAccessContainer}>
    174 174   Please{' '}
    skipped 102 lines
Please wait...
Page is in error, reload to recover