Skip to content

Commit

Permalink
Change field name for patient sample ids (#121)
Browse files Browse the repository at this point in the history
Signed-off-by: Angelica Ochoa <15623749+ao508@users.noreply.github.com>
  • Loading branch information
ao508 authored Apr 30, 2024
1 parent 0b4aca4 commit dd60268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/shared/helpers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export const PatientsListColumns: ColDef[] = [
},
{
field: "cmoSampleIds",
headerName: "CMO Sample IDs",
headerName: "Sample IDs",
sortable: false,
},
{
Expand Down

0 comments on commit dd60268

Please sign in to comment.