Skip to content

Commit

Permalink
UXForm: remove unnecessary required field
Browse files Browse the repository at this point in the history
  • Loading branch information
stebunovd committed Mar 2, 2024
1 parent 12d529c commit 8244ec3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/UXForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ const getFormSchema = (experienceTypes) => {
const dataShape = {
...baseDataShape,
experienceOverall: yup.number().typeError(numberTypeErr).required().min(0),
specializedExperience:
yup.number().typeError(numberTypeErr).required().min(0),
portfolio: yup.string().required(),
};
const schema = yup.object().shape(dataShape);
Expand Down

0 comments on commit 8244ec3

Please sign in to comment.