From 2d881cb152eb1e0c5c365e6ba0ef3f9768b3c136 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Tue, 1 Sep 2026 12:34:34 +0100 Subject: [PATCH] Enhance ObjectProperty Component with Additional Value Handling - Updated ObjectProperty component to improve rendering logic for state and message values, enhancing user feedback. - Reformatted fieldNames for better readability and maintainability in the Tree component. --- src/components/Dashboard/common/ObjectProperty.jsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/Dashboard/common/ObjectProperty.jsx b/src/components/Dashboard/common/ObjectProperty.jsx index 97fa719f..ee3f91f7 100644 --- a/src/components/Dashboard/common/ObjectProperty.jsx +++ b/src/components/Dashboard/common/ObjectProperty.jsx @@ -278,7 +278,11 @@ const ObjectProperty = ({ return ( + } else if (value && value?.message) { + return {value.message} } else { return (