feat: removed all tooltip text as it's doc

This commit is contained in:
=
2025-05-29 17:54:45 +05:30
parent f67511fa19
commit 0885620981
5 changed files with 0 additions and 5 deletions

View File

@@ -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"
>
<Input
{...field}

View File

@@ -280,7 +280,6 @@ export const RedisInputForm = ({
label="Username Template"
isError={Boolean(error?.message)}
errorText={error?.message}
tooltipText="randomUsername: Function used to generate random username"
>
<Input
{...field}

View File

@@ -281,7 +281,6 @@ export const SnowflakeInputForm = ({
label="Username Template"
isError={Boolean(error?.message)}
errorText={error?.message}
tooltipText="randomUsername: Function used to generate random username"
>
<Input
{...field}

View File

@@ -489,7 +489,6 @@ export const SqlDatabaseInputForm = ({
label="Username Template"
isError={Boolean(error?.message)}
errorText={error?.message}
tooltipText="randomUsername: Function used to generate random username"
>
<Input
{...field}

View File

@@ -441,7 +441,6 @@ export const EditDynamicSecretSqlProviderForm = ({
label="Username Template"
isError={Boolean(error?.message)}
errorText={error?.message}
helperText="randomUsername: Function used to generate random username"
>
<Input
{...field}