Skip to content

Commit

Permalink
fix(editProject): can not change project's client
Browse files Browse the repository at this point in the history
  • Loading branch information
printchard committed May 22, 2024
1 parent 25f48c5 commit 6095503
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Projects/edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ const NewProject = () => {
name='idCompany'
handleChange={form.handleChange}
value={form.formState.idCompany}
disabled
/>
{form.errors.idCompany ? (
<FormHelperText>{form.errors.idCompany}</FormHelperText>
Expand Down

0 comments on commit 6095503

Please sign in to comment.