We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b305f commit ad8ce2bCopy full SHA for ad8ce2b
course-matrix/frontend/src/pages/TimetableBuilder/TimetableBuilder.tsx
@@ -352,10 +352,7 @@ const TimetableBuilder = () => {
352
<FormControl>
353
<CourseSearch
354
value={field.value}
355
- onChange={(value) => {
356
- field.onChange(value);
357
- console.log("VALUE: ", value);
358
- }}
+ onChange={(value) => { field.onChange(value) }}
359
data={coursesData} // TODO: Replace with variable data
360
isLoading={isLoading}
361
showFilter={() => setShowFilters(true)}
0 commit comments