Skip to content

Commit

Permalink
Update button names in Samples page
Browse files Browse the repository at this point in the history
  • Loading branch information
qu8n authored and ao508 committed Jul 10, 2024
1 parent d1c2857 commit 6bef719
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/samples/SamplesPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function SamplesPage() {
variant="outline-secondary"
active={_.isEqual(columnDefs, combinedSampleDetailsColumns)}
>
View all
View all columns
</Button>{" "}
<Button
onClick={() => {
Expand All @@ -57,7 +57,7 @@ export default function SamplesPage() {
variant="outline-secondary"
active={_.isEqual(columnDefs, ReadOnlyCohortSampleDetailsColumns)}
>
Tempo fields
View TEMPO columns
</Button>
</>
}
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/shared/helpers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ export const CohortsListColumns: ColDef[] = [
headerName: "Cohort ID",
},
{
field: "totalSamples",
field: "totalSampleCount",
headerName: "# Samples",
sortable: false,
},
Expand Down

0 comments on commit 6bef719

Please sign in to comment.