From 0182eae0fe47c16e0d20ab3a21ef9b3bfd64297e Mon Sep 17 00:00:00 2001 From: study Date: Tue, 7 Oct 2025 13:17:40 +0530 Subject: [PATCH] feat: Add option to hide clinical data tab in study view This adds a new portal property, skin.hide_clinical_data_tab_study_view, which allows to hide the Clinical Data tab in the Study View page. This fixes cBioPortal/cbioportal#11653 --- my-index.ejs | 1 + src/config/IAppConfig.ts | 3 +++ src/config/config.ts | 8 +++++++- src/pages/studyView/StudyViewPage.tsx | 4 ++++ 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/my-index.ejs b/my-index.ejs index 7439a385201..9de839a8765 100644 --- a/my-index.ejs +++ b/my-index.ejs @@ -7,6 +7,7 @@