Skip to content

Commit

Permalink
feat: make "Groups" mandatory
Browse files Browse the repository at this point in the history
closes #106
  • Loading branch information
berntpopp committed Apr 11, 2024
1 parent f111dd3 commit a8c7e39
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ export const curationDetailsConfig = {
description: 'Clinical categorization of the entity.',
visibility: { tableView: false, standardView: true, curationView: true },
style: { curationView: 'select'},
group: {name: 'Groups', order: 3}
group: {name: 'Groups', order: 3},
required: true
},
onset: {
label: 'Onset Group',
Expand Down

0 comments on commit a8c7e39

Please sign in to comment.