Skip to content

Commit

Permalink
made summerLocationQuery requried
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurikam2003 committed Jul 5, 2024
1 parent 4c084dc commit 16e2b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/Registration/RegistrationFields.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ export const fields = {
'Will you be based in Toronto or the GTA over the summer? (or would you be available for events)',
values: ['Yes', 'No'],
initialSelectedIndex: 0,
isRequiredInput: false,
isRequiredInput: true,
noEdit: false,
localStorageKey: 'registration-summerLocationQuery',
},
Expand Down

0 comments on commit 16e2b96

Please sign in to comment.