Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ebsite into pr/789
  • Loading branch information
ashleyleal committed Jul 2, 2024
2 parents a8219c8 + a04de21 commit de16f5d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions client/src/pages/Registration/RegistrationFields.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -430,10 +430,7 @@ export const fields = {
noEdit: false,
localStorageKey: 'registration-attendingRetreat',
},
summerLocationLabel: {
type: 'label',
label: 'Where will you be located for the majority of the summer?',
},

summerLocationQuery: {
type: 'dropdown',
label:
Expand Down Expand Up @@ -473,6 +470,15 @@ export const fields = {
noEdit: false,
localStorageKey: 'registration-commuterChestnutQuery',
},
bursary: {
type: 'dropdown',
label: 'Would you be interested in a bursary?',
values: ['Yes', 'No'],
initialSelectedIndex: 0,
isRequiredInput: false,
noEdit: false,
localStorageKey: 'registration-bursary',
},
photograph: {
type: 'dropdown',
label: 'Are you okay with being photographed during Frosh Week?',
Expand Down

0 comments on commit de16f5d

Please sign in to comment.