From 5a4f3bdfaa2416f728c7621e6924418b56e0aae5 Mon Sep 17 00:00:00 2001 From: Soumen Date: Fri, 2 Aug 2024 14:16:28 +0200 Subject: [PATCH] User Interface: Moving 'About/Description' Section to the Top in ODD #1692 (#1693) --- .../DataEntityDetails/Overview/Overview.tsx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/odd-platform-ui/src/components/DataEntityDetails/Overview/Overview.tsx b/odd-platform-ui/src/components/DataEntityDetails/Overview/Overview.tsx index ce085c245..61d17a096 100644 --- a/odd-platform-ui/src/components/DataEntityDetails/Overview/Overview.tsx +++ b/odd-platform-ui/src/components/DataEntityDetails/Overview/Overview.tsx @@ -65,13 +65,9 @@ const Overview: React.FC = () => { )} } /> @@ -81,14 +77,18 @@ const Overview: React.FC = () => { Component={OverviewAttachments} /> - } + Component={OverviewMetadata} /> + @@ -156,4 +156,4 @@ const Overview: React.FC = () => { ); }; -export default Overview; +export default Overview; \ No newline at end of file