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 1469b35 commit 3335b46Copy full SHA for 3335b46
source/views/sis/course-search/list.js
@@ -33,7 +33,7 @@ type Props = TopLevelViewPropsType & {
33
updateRecentFilters: (filters: FilterType[]) => any,
34
}
35
36
-function doSearch (args: {
+function doSearch(args: {
37
query: string,
38
filters: Array<FilterType>,
39
courses: Array<CourseType>,
0 commit comments