From 3f1434f0f51fbd8c9c56131786f505b18e848054 Mon Sep 17 00:00:00 2001 From: mabashian Date: Tue, 29 Sep 2020 09:59:19 -0400 Subject: [PATCH] Only attempt to display sting error messages in ErrorDetail --- awx/ui_next/src/components/ErrorDetail/ErrorDetail.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/awx/ui_next/src/components/ErrorDetail/ErrorDetail.jsx b/awx/ui_next/src/components/ErrorDetail/ErrorDetail.jsx index cef7bf885a..a6f5b5d8ea 100644 --- a/awx/ui_next/src/components/ErrorDetail/ErrorDetail.jsx +++ b/awx/ui_next/src/components/ErrorDetail/ErrorDetail.jsx @@ -64,9 +64,9 @@ class ErrorDetail extends Component { {Array.isArray(message) ? ( ) : ( message