Skip to content

Commit

Permalink
adjust build
Browse files Browse the repository at this point in the history
  • Loading branch information
Janderson Souza Matias authored and Janderson Souza Matias committed Nov 29, 2023
1 parent 1cede63 commit bf9907c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Settings/Users/Form/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const UserForm: React.FC<Props> = ({ defaultValues, handleSubmitForm, handleClos
<Controller
rules={{ required: true }}
control={control}
name="region"
name="region_id"
render={({ field, fieldState, formState }) => (
<Select
id={'region'}
Expand Down

0 comments on commit bf9907c

Please sign in to comment.