diff --git a/src/frontend/static/frontend/src/components/pipeline/all-experiments-view/ClinicalSourcePopup.tsx b/src/frontend/static/frontend/src/components/pipeline/all-experiments-view/ClinicalSourcePopup.tsx index 747a416..935e76f 100644 --- a/src/frontend/static/frontend/src/components/pipeline/all-experiments-view/ClinicalSourcePopup.tsx +++ b/src/frontend/static/frontend/src/components/pipeline/all-experiments-view/ClinicalSourcePopup.tsx @@ -71,7 +71,7 @@ interface ClinicalSourceState { cgdsStudyName: Nullable, /** Alert interface */ alert: CustomAlert, - /** Posibles values for survival tuple */ + /** Posibles values for survival tuple, undefined prevents rendering an empty Select for CGDS Datasets or user Datasets */ survivalTuplesPossiblesValues: string[] | undefined, } @@ -137,7 +137,9 @@ export class ClinicalSourcePopup extends React.Component