We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1503ca commit 9b967adCopy full SHA for 9b967ad
1 file changed
src/Data/Schemas.js
@@ -31,7 +31,7 @@ export function dict2Options(dict) {
31
})
32
}
33
34
-export const majorList = ['CS', 'EE', 'IE', 'BME', 'SCA'];
+export const majorList = ['CS', 'EE', 'IE', 'BME', 'SCA', 'BioSci', 'BioTech'];
35
export const majorOptions = list2Options(majorList);
36
37
export const degreeList = ['Master', 'PhD'];
0 commit comments