diff --git a/awx/ui_next/src/components/FormField/FormField.jsx b/awx/ui_next/src/components/FormField/FormField.jsx index 0efa21887a..68aab35976 100644 --- a/awx/ui_next/src/components/FormField/FormField.jsx +++ b/awx/ui_next/src/components/FormField/FormField.jsx @@ -31,8 +31,10 @@ function FormField(props) { isRequired={isRequired} validated={isValid ? 'default' : 'error'} label={label} + labelIcon={ + + } > -