From e309ff98702051f370da0a94331ed88b41ee81d1 Mon Sep 17 00:00:00 2001 From: Edoardo Sabadelli Date: Thu, 19 Dec 2024 11:26:30 +0100 Subject: [PATCH] refactor: hide API link for the first version --- src/components/DataDimension/Info/InfoTable.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/components/DataDimension/Info/InfoTable.js b/src/components/DataDimension/Info/InfoTable.js index 55f633273..cbb14252a 100644 --- a/src/components/DataDimension/Info/InfoTable.js +++ b/src/components/DataDimension/Info/InfoTable.js @@ -181,18 +181,6 @@ export const InfoTable = ({ data, error, loading, children }) => { {i18n.t('Created by')} {`${data.createdBy.displayName}, ${data.createdBy.username}`} - - {i18n.t('API link')} - - - {i18n.t('Open in API')} - - - {data.attributeValues.map( ({ attribute, value }) => (