From 0885620981c4156c5b901daed5015577f5b1926f Mon Sep 17 00:00:00 2001 From: = Date: Thu, 29 May 2025 17:54:45 +0530 Subject: [PATCH] feat: removed all tooltip text as it's doc --- .../ActionBar/CreateDynamicSecretForm/MongoAtlasInputForm.tsx | 1 - .../ActionBar/CreateDynamicSecretForm/RedisInputForm.tsx | 1 - .../ActionBar/CreateDynamicSecretForm/SnowflakeInputForm.tsx | 1 - .../ActionBar/CreateDynamicSecretForm/SqlDatabaseInputForm.tsx | 1 - .../EditDynamicSecretForm/EditDynamicSecretSqlProviderForm.tsx | 1 - 5 files changed, 5 deletions(-) diff --git a/frontend/src/pages/secret-manager/SecretDashboardPage/components/ActionBar/CreateDynamicSecretForm/MongoAtlasInputForm.tsx b/frontend/src/pages/secret-manager/SecretDashboardPage/components/ActionBar/CreateDynamicSecretForm/MongoAtlasInputForm.tsx index c39791ea6..02ab51d66 100644 --- a/frontend/src/pages/secret-manager/SecretDashboardPage/components/ActionBar/CreateDynamicSecretForm/MongoAtlasInputForm.tsx +++ b/frontend/src/pages/secret-manager/SecretDashboardPage/components/ActionBar/CreateDynamicSecretForm/MongoAtlasInputForm.tsx @@ -378,7 +378,6 @@ export const MongoAtlasInputForm = ({ label="Username Template" isError={Boolean(error?.message)} errorText={error?.message} - tooltipText="randomUsername: Function used to generate random username" >