diff --git a/awx/ui_next/src/components/FormField/FormSubmitError.jsx b/awx/ui_next/src/components/FormField/FormSubmitError.jsx
index c502d5767e..1c90e11da5 100644
--- a/awx/ui_next/src/components/FormField/FormSubmitError.jsx
+++ b/awx/ui_next/src/components/FormField/FormSubmitError.jsx
@@ -33,7 +33,17 @@ function FormSubmitError({ error }) {
return null;
}
- return ;
+ return (
+ {msg}
)
+ : errorMessage
+ }
+ />
+ );
}
export default FormSubmitError;