Skip to content

Commit

Permalink
Merge branch 'master' into dryd-1496
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Lee authored Sep 11, 2024
2 parents 3ccee41 + 4a51efa commit 3b0e804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/recordTypes/chronology/columns.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default (configContext) => {
},
}),
order: 20,
sortBy: 'chronologies_common:citationTermGroupList/0/termDisplayName',
sortBy: 'chronologies_common:chronologyTermGroupList/0/termDisplayName',
width: 250,
},
termStatus: {
Expand All @@ -37,7 +37,7 @@ export default (configContext) => {
},
}),
order: 30,
sortBy: 'chronologies_common:citationTermGroupList/0/termStatus',
sortBy: 'chronologies_common:chronologyTermGroupList/0/termStatus',
width: 250,
},
vocabulary: {
Expand Down

0 comments on commit 3b0e804

Please sign in to comment.