Skip to content

Commit

Permalink
Merge pull request #222 from re-connect/feature/fix-workshop-field-id
Browse files Browse the repository at this point in the history
🐛 [GlobalReport] Fix form
  • Loading branch information
tcheymol authored Jun 3, 2024
2 parents 922655e + 84b8053 commit e0c8f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/Pages/Workshops/Components/WorkshopForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ const WorkshopForm: React.FC<WorkshopFormProps> = ({workshop, onSubmit}) => {
</FormRow>
<FormRow>
<FormTextField
id='improvementAxis'
id='globalReport'
value={values.globalReport}
label="Bilan global et axes d'amélioration"
multiline={true}
Expand Down

0 comments on commit e0c8f72

Please sign in to comment.