From d1a4f010b96e58a2b52cb7a425acf19858537800 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Wed, 15 Jul 2020 12:05:39 -0400 Subject: [PATCH] Show grant and client type validation errors --- .../Application/shared/ApplicationForm.jsx | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/awx/ui_next/src/screens/Application/shared/ApplicationForm.jsx b/awx/ui_next/src/screens/Application/shared/ApplicationForm.jsx index 2ffb2ebfb8..6857470ce8 100644 --- a/awx/ui_next/src/screens/Application/shared/ApplicationForm.jsx +++ b/awx/ui_next/src/screens/Application/shared/ApplicationForm.jsx @@ -39,6 +39,7 @@ function ApplicationFormFields({ name: 'client_type', validate: required(null, i18n), }); + return ( <> {