Projects STRLCPY graphql-engine Commits 5850961e
🤬
  • console[hotfix]: revert changes for 10698

    PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10702
    GitOrigin-RevId: e53dcbef3ac03b593054bfc9f8c07716b7db41b6
  • Loading...
  • Varun Choudhary committed with hasura-bot 3 months ago
    5850961e
    1 parent f64aa1f6
  • ■ ■ ■ ■
    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