Skip to content

Commit

Permalink
fix: find proper courses when searching with active/archived filters on
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-i-am committed Nov 12, 2024
1 parent 9b4cf87 commit d5692e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const CoursesFilters = ({

const handleSearchCoursesDebounced = useCallback(
debounce((value) => handleSearchCourses(value), 400),
[],
[activeOnly, archivedOnly],
);

return (
Expand Down

0 comments on commit d5692e5

Please sign in to comment.