From 5e48bf091b76e5af1325e6a168e6e6d927b97e26 Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Mon, 11 Dec 2023 10:58:30 -0500 Subject: [PATCH] Fix undefined error in settings/logging/edit form (#14715) Fix undefined error in logging settings edit form --- awx/ui/src/screens/Setting/Logging/LoggingEdit/LoggingEdit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/src/screens/Setting/Logging/LoggingEdit/LoggingEdit.js b/awx/ui/src/screens/Setting/Logging/LoggingEdit/LoggingEdit.js index 5fd86d8837..08b5291923 100644 --- a/awx/ui/src/screens/Setting/Logging/LoggingEdit/LoggingEdit.js +++ b/awx/ui/src/screens/Setting/Logging/LoggingEdit/LoggingEdit.js @@ -119,7 +119,7 @@ function LoggingEdit() { ...logging.LOG_AGGREGATOR_ENABLED, help_text: ( <> - {logging.LOG_AGGREGATOR_ENABLED.help_text} + {logging.LOG_AGGREGATOR_ENABLED?.help_text} {!formik.values.LOG_AGGREGATOR_ENABLED && (!formik.values.LOG_AGGREGATOR_HOST || !formik.values.LOG_AGGREGATOR_TYPE) && (