Skip to content

Commit

Permalink
Add missing field to member model
Browse files Browse the repository at this point in the history
  • Loading branch information
joanagmaia committed Jul 11, 2023
1 parent 7549bc7 commit b2c8da2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/modules/member/member-model.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ const fields = {
'attributes',
label('attributes'),
),
name: new StringField(
'name',
'Name',
),
displayName: new StringField(
'displayName',
label('fullName'),
Expand Down

0 comments on commit b2c8da2

Please sign in to comment.