Skip to content

Commit

Permalink
Added Type column to Data Submission List table
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro-Vega committed Mar 25, 2024
1 parent 8502a70 commit 8835f2e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/content/dataSubmissions/DataSubmissionsListView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ const columns: Column[] = [
value: (a) => a.dataCommons,
field: "dataCommons",
},
{
label: "Type",
value: (a) => a.intention,
field: "intention",
},
{
label: "DM Version",
value: (a) => a.modelVersion,
Expand Down

0 comments on commit 8835f2e

Please sign in to comment.