Skip to content

Commit c85d191

Browse files
authored
Merge pull request #475 from CBIIT/C3DC-2090
C3DC-2090 fixed survival and treatment id columns
2 parents cbcf99a + 88b8c33 commit c85d191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bento/dashboardTabData.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2430,7 +2430,7 @@ const treatmentTab = {
24302430
cellType: cellTypes.CUSTOM_ELEM
24312431
},
24322432
{
2433-
dataField: "id",
2433+
dataField: "treatment_id",
24342434
header: "Treatment ID",
24352435
display: true,
24362436
hideable: false,
@@ -2690,7 +2690,7 @@ const treatmentResponseTab = {
26902690
cellType: cellTypes.CUSTOM_ELEM
26912691
},
26922692
{
2693-
dataField: "id",
2693+
dataField: "survival_id",
26942694
header: "Survival ID",
26952695
display: true,
26962696
hideable: false,

0 commit comments

Comments
 (0)