From b4becb50e53797d238fdb31152b6597c721eb37e Mon Sep 17 00:00:00 2001 From: Quan Nguyen <86090707+qu8n@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:53:01 -0500 Subject: [PATCH] Add the alt ID column to the Cohort Samples view --- frontend/src/shared/helpers.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/shared/helpers.tsx b/frontend/src/shared/helpers.tsx index e07084f..04b6d78 100644 --- a/frontend/src/shared/helpers.tsx +++ b/frontend/src/shared/helpers.tsx @@ -646,6 +646,10 @@ export const WesSampleDetailsColumns: ColDef[] = [ field: "primaryId", headerName: "Primary ID", }, + { + field: "altId", + headerName: "Alt ID", + }, { field: "cmoSampleName", headerName: "CMO Sample Name",