Skip to content
Snippets Groups Projects
Commit 95ef3792 authored by pnogal's avatar pnogal
Browse files

Update default selection on what-if audit step 2

parent 18b3020c
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ export class NewWhatIfAuditDialogComponent implements OnInit {
this.chosenAuditSettings = fb.group({
honorsOptions: fb.control(' ', Validators.required),
includeCoursesFrom: fb.control('planned', Validators.required),
includeCoursesFrom: fb.control('future', Validators.required),
degreePlan: fb.control('', Validators.required),
});
......
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