Skip to content

Commit 9b967ad

Browse files
2746084147caoster
authored andcommitted
add SLST majors
1 parent d1503ca commit 9b967ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Data/Schemas.js

Lines changed: 1 addition & 1 deletion
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'];

0 commit comments

Comments
 (0)