Skip to content

Commit

Permalink
added courseSearch for needed BTSelect
Browse files Browse the repository at this point in the history
  • Loading branch information
akmazian committed Oct 31, 2023
1 parent 0e927b7 commit 7fc5832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/Scheduler/CourseSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ const CourseSelector = ({
Scheduler
</h2>
<BTSelect
courseSearch
isVirtual
value={null}
name="selectClass"
Expand Down
1 change: 1 addition & 0 deletions frontend/src/components/Scheduler/Onboard/CourseSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const CourseSelector = ({ allCourses, schedule, setSchedule }: Props) => {
return (
<div className="course-selector">
<BTSelect
courseSearch
value={null}
name="selectClass"
placeholder="Search for a class..."
Expand Down

0 comments on commit 7fc5832

Please sign in to comment.