mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 16:22:59 +10:00
Update SkillModal.js
This commit is contained in:
@ -17,7 +17,7 @@ const SkillModal = () => {
|
||||
|
||||
const schema = Yup.object().shape({
|
||||
name: Yup.string().required(t('shared.forms.validation.required')),
|
||||
level: Yup.string().required(t('shared.forms.validation.required')),
|
||||
level: Yup.string(),
|
||||
});
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user