Skip to content

Commit 64750df

Browse files
authored
Add project as an option for tutoring (#995)
1 parent f20e816 commit 64750df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/controls/CustomEvent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const CustomEvent: React.FC = () => {
6363

6464
// Get the list of classes for the selected course code.
6565
useEffect(() => {
66-
const tutoringActivities = ['Tutorial', 'Laboratory', 'Tutorial-Laboratory', 'Workshop', 'Seminar'];
66+
const tutoringActivities = ['Tutorial', 'Laboratory', 'Tutorial-Laboratory', 'Workshop', 'Seminar', 'Project'];
6767
if (courseCode !== '') {
6868
getCourseInfo(term.substring(0, 2), courseCode, term!.substring(2), isConvertToLocalTimezone)
6969
.catch((err) => {

0 commit comments

Comments
 (0)