diff --git a/src/studio-home/tabs-section/courses-tab/courses-filters/index.jsx b/src/studio-home/tabs-section/courses-tab/courses-filters/index.jsx index 961b15c301..6f151b1674 100644 --- a/src/studio-home/tabs-section/courses-tab/courses-filters/index.jsx +++ b/src/studio-home/tabs-section/courses-tab/courses-filters/index.jsx @@ -95,7 +95,7 @@ const CoursesFilters = ({ const handleSearchCoursesDebounced = useCallback( debounce((value) => handleSearchCourses(value), 400), - [], + [activeOnly, archivedOnly], ); return (