We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b967ad commit 2b76218Copy full SHA for 2b76218
1 file changed
src/Data/Schemas.js
@@ -66,7 +66,7 @@ export const currentDegreeMapping = {
66
}
67
export const currentDegreeOptions = dict2Options(currentDegreeMapping);
68
69
-export const applicationYearOptions = Array.from({length: 10}, (_, i) => {
+export const applicationYearOptions = Array.from({length: 12}, (_, i) => {
70
const year = 2016 + i;
71
return {value: year, label: `${year}`};
72
}).reverse();
@@ -238,4 +238,4 @@ export const regionFlagMapping = {
238
"HK": "\u{1F1ED}\u{1F1F0}",
239
"SG": "\u{1F1F8}\u{1F1EC}",
240
'Others': ''
241
-}
+}
0 commit comments