Skip to content

Commit

Permalink
remove required from input
Browse files Browse the repository at this point in the history
  • Loading branch information
tom0827 committed Dec 19, 2023
1 parent ec9f1a0 commit c5d1250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epictrack-web/src/components/work/WorkForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export default function WorkForm({ ...props }) {
></ControlledSelectV2>
</Grid>
<Grid item xs={6}>
<ETFormLabel required>Responsible Ministry</ETFormLabel>
<ETFormLabel>Responsible Ministry</ETFormLabel>
<ControlledSelectV2
placeholder="Select"
helperText={errors?.ministry_id?.message?.toString()}
Expand Down

0 comments on commit c5d1250

Please sign in to comment.