Skip to content

Commit

Permalink
change marital status to dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyKennedy committed Dec 13, 2021
1 parent e4f35fe commit 9fe696a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/api/definitions/fields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const fieldDefinitions: FieldDefinitions = {
label: 'What is current marital status?',
category: FieldCategory.PERSONAL_INFORMATION,
order: 3,
type: FieldType.RADIO,
type: FieldType.DROPDOWN,
values: Object.values(MaritalStatus),
default: undefined,
},
Expand Down

0 comments on commit 9fe696a

Please sign in to comment.