Skip to content

Commit

Permalink
Add the alt ID column to the Cohort Samples view
Browse files Browse the repository at this point in the history
  • Loading branch information
qu8n authored and ao508 committed Jan 15, 2025
1 parent 32b49ae commit b4becb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/shared/helpers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,10 @@ export const WesSampleDetailsColumns: ColDef[] = [
field: "primaryId",
headerName: "Primary ID",
},
{
field: "altId",
headerName: "Alt ID",
},
{
field: "cmoSampleName",
headerName: "CMO Sample Name",
Expand Down

0 comments on commit b4becb5

Please sign in to comment.