diff --git a/src/components/ApplicationForm/BasicInfo.js b/src/components/ApplicationForm/BasicInfo.js index 9dfdce06..35ee7878 100644 --- a/src/components/ApplicationForm/BasicInfo.js +++ b/src/components/ApplicationForm/BasicInfo.js @@ -79,6 +79,9 @@ const graduationOptions = [ ] const ageOptions = [ + { value: 13, label: '13' }, + { value: 14, label: '14' }, + { value: 15, label: '15' }, { value: 16, label: '16' }, { value: 17, label: '17' }, { value: 18, label: '18' },