From 8e823603f720aea5c7fc3dec2ac8a78982564346 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Mon, 18 Aug 2025 01:03:54 +0100 Subject: [PATCH] Enhance PropertyChanges component to support minimal rendering - Added a 'minimal' prop to ObjectProperty components within PropertyChanges for improved rendering control. - Updated both old and new object data displays to utilize the new 'minimal' prop, enhancing component flexibility. --- src/components/Dashboard/common/PropertyChanges.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Dashboard/common/PropertyChanges.jsx b/src/components/Dashboard/common/PropertyChanges.jsx index 8b342ce..356ea06 100644 --- a/src/components/Dashboard/common/PropertyChanges.jsx +++ b/src/components/Dashboard/common/PropertyChanges.jsx @@ -57,6 +57,7 @@ const PropertyChanges = ({ type, value }) => { ) : null} @@ -69,6 +70,7 @@ const PropertyChanges = ({ type, value }) => { ) : null}