Skip to content

Commit 2b76218

Browse files
update the application year to 2027
1 parent 9b967ad commit 2b76218

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Data/Schemas.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const currentDegreeMapping = {
6666
}
6767
export const currentDegreeOptions = dict2Options(currentDegreeMapping);
6868

69-
export const applicationYearOptions = Array.from({length: 10}, (_, i) => {
69+
export const applicationYearOptions = Array.from({length: 12}, (_, i) => {
7070
const year = 2016 + i;
7171
return {value: year, label: `${year}`};
7272
}).reverse();
@@ -238,4 +238,4 @@ export const regionFlagMapping = {
238238
"HK": "\u{1F1ED}\u{1F1F0}",
239239
"SG": "\u{1F1F8}\u{1F1EC}",
240240
'Others': ''
241-
}
241+
}

0 commit comments

Comments
 (0)