diff --git a/apps/app/src/components/integrations/ConnectIntegrationDialog.tsx b/apps/app/src/components/integrations/ConnectIntegrationDialog.tsx index f04b146fd..a6d28f972 100644 --- a/apps/app/src/components/integrations/ConnectIntegrationDialog.tsx +++ b/apps/app/src/components/integrations/ConnectIntegrationDialog.tsx @@ -651,8 +651,8 @@ export function ConnectIntegrationDialog({ )} {provider?.setupInstructions && ( -
{provider.setupInstructions}
+{provider.setupInstructions}
{field.helpText}
+{field.helpText}
)} {errors[field.id] &&{errors[field.id]}
}