Skip to content
Snippets Groups Projects
Commit fcd59170 authored by Scott Berg's avatar Scott Berg
Browse files

ROENROLL-1494

parent 228561b9
No related branches found
No related tags found
No related merge requests found
......@@ -244,7 +244,7 @@ export class CourseSearchComponent implements OnInit, OnDestroy {
this.courseSearchForm.setValue({
subject: 'All',
search: '',
term: '0000',
term: this.courseSearchForm.value.term,
});
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment