diff --git a/config-ui/src/plugins/register/sonarqube/connection-fields/organization.tsx b/config-ui/src/plugins/register/sonarqube/connection-fields/organization.tsx index 3fe41e11989..4537ed1fd3e 100644 --- a/config-ui/src/plugins/register/sonarqube/connection-fields/organization.tsx +++ b/config-ui/src/plugins/register/sonarqube/connection-fields/organization.tsx @@ -18,7 +18,7 @@ import { Input } from 'antd'; -import { Block } from '@/components'; +import { Block, ExternalLink } from '@/components'; import { useEffect } from 'react'; interface Props { @@ -56,7 +56,13 @@ export const Organization = ({ initialValues, values, setValues, setErrors }: Pr return ( + Copy the organization key at{' '} + here. If you have more than + one, please create another connection. + + } required >