Skip to content

Commit

Permalink
feat(fe-piattaforma): updates 20231120 fix-endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
a-buono committed Nov 20, 2023
1 parent 4f2d820 commit ab3783e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fe-piattaforma/src/pages/forms/formCitizen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const FormCitizen: React.FC<FormEnteGestoreProgettoFullInterface> = (props) => {
col='col-12 col-lg-6'
options={citizenFormDropdownOptions['genere']}
isDisabled={formDisabled}
value={form?.[2].value ? form?.[5].value : 'Preferisco non rispondere'}
value={form?.[2].value ? form?.[5].value : 'Preferisco non rispondere'}
wrapperClassName='mb-5 pr-lg-3'
/>
<Select
Expand Down

0 comments on commit ab3783e

Please sign in to comment.