Skip to content

Commit

Permalink
fix(creazione-utente): aggiunta ruolo required 20241017
Browse files Browse the repository at this point in the history
  • Loading branch information
federico-tocci-dxc authored and sgravinadxc committed Nov 28, 2024
1 parent 8ee0485 commit 0681bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fe-piattaforma/src/pages/forms/formUser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ const form = newForm([
field: 'ruolo',
id: 'ruolo',
type: 'select',
//required: true,
required: true,
}),
newFormField({
field: 'id',
Expand Down

0 comments on commit 0681bcd

Please sign in to comment.