From 46ca3856b3b0cf2410ac353e0c35fd9f2727ed7b Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Wed, 31 Jul 2024 10:59:20 -0400 Subject: [PATCH] change upgrade btn based on admin --- .../SecretV2MigrationSection/SecretV2MigrationSection.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/views/SecretOverviewPage/components/SecretV2MigrationSection/SecretV2MigrationSection.tsx b/frontend/src/views/SecretOverviewPage/components/SecretV2MigrationSection/SecretV2MigrationSection.tsx index e20d5c111..50ed175b4 100644 --- a/frontend/src/views/SecretOverviewPage/components/SecretV2MigrationSection/SecretV2MigrationSection.tsx +++ b/frontend/src/views/SecretOverviewPage/components/SecretV2MigrationSection/SecretV2MigrationSection.tsx @@ -92,7 +92,6 @@ export const SecretV2MigrationSection = () => {

Infisical secrets engine is now 10x faster and allows you to encrypt secrets with your own KMS. Upgrade your project to receive these improvements. - {!isAdmin && "This is an admin only operation."}

{didProjectUpgradeFailed && (