Skip to content

Commit

Permalink
Project & site as ID in table
Browse files Browse the repository at this point in the history
  • Loading branch information
victori444 committed Nov 27, 2024
1 parent e1b7d2f commit d9136be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/conflict_resolver/jsx/resolved_filterabledatatable.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ class ResolvedFilterableDataTable extends Component {

const fields = [
{label: 'Resolved ID', show: false},
{label: 'Project', show: true, filter: {
name: 'Project',
{label: 'Project', show: false, filter: {
name: 'projectid',
type: 'select',
options: options.project,
}},
Expand All @@ -138,7 +138,7 @@ class ResolvedFilterableDataTable extends Component {
options: options.cohort,
}},
{label: 'Site', show: true, filter: {
name: 'Site',
name: 'centerid',
type: 'select',
options: options.site,
}},
Expand Down

0 comments on commit d9136be

Please sign in to comment.