Skip to content

Commit

Permalink
Make it required
Browse files Browse the repository at this point in the history
  • Loading branch information
ImaCrea committed Mar 5, 2024
1 parent f9ceba1 commit a0e1643
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export const getApplicationSchema = (t, isUpdate = false) =>
// .min(1, t('global.required'))
// .required(t('global.required')),
creation_summary: yup.string().required(t('global.required')),
creation_partnerships: yup.string().required(t('global.required')),
creation_techical_requirements: yup.string().required(t('global.required')),
eligibility: isUpdate
? yup.boolean()
Expand Down

0 comments on commit a0e1643

Please sign in to comment.