Skip to content

Commit e90689b

Browse files
Merge pull request #107 from OpenSIST/dev
2 parents ddffc12 + 2b76218 commit e90689b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Data/Schemas.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function dict2Options(dict) {
3131
})
3232
}
3333

34-
export const majorList = ['CS', 'EE', 'IE', 'BME', 'SCA'];
34+
export const majorList = ['CS', 'EE', 'IE', 'BME', 'SCA', 'BioSci', 'BioTech'];
3535
export const majorOptions = list2Options(majorList);
3636

3737
export const degreeList = ['Master', 'PhD'];
@@ -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)