diff --git a/frontend/src/views/SecretOverviewPage/components/ProjectIndexSecretsSection/ProjectIndexSecretsSection.tsx b/frontend/src/views/SecretOverviewPage/components/ProjectIndexSecretsSection/ProjectIndexSecretsSection.tsx index 23cfa750d..af2edb0ce 100644 --- a/frontend/src/views/SecretOverviewPage/components/ProjectIndexSecretsSection/ProjectIndexSecretsSection.tsx +++ b/frontend/src/views/SecretOverviewPage/components/ProjectIndexSecretsSection/ProjectIndexSecretsSection.tsx @@ -61,22 +61,24 @@ export const ProjectIndexSecretsSection = ({ decryptFileKey }: Props) => { } }; - return !isBlindIndexedLoading && !isBlindIndexed ? ( -
Enable Blind Indices
-- Your project was created before the introduction of blind indexing. - To continue accessing secrets by name through the SDK, public API and web dashboard, please enable blind - indexing. This is a one time process. +
+ Your project was created before the introduction of blind indexing. To continue accessing + secrets by name through the SDK, public API and web dashboard, please enable blind indexing.{" "} + This is a one time process.