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