Skip to content
Snippets Groups Projects
Commit ce7c2541 authored by Isaac Evavold's avatar Isaac Evavold
Browse files

ROENROL-1587 for active terms, default to in-progress course tab

parent c99d4744
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@
<!-- If this term is an active term -->
<ng-container *ngIf="(term$ | async).era === 'active'">
<mat-tab-group (selectedTabChange)="changeVisibleCredits($event)" [selectedIndex]="1">
<mat-tab-group (selectedTabChange)="changeVisibleCredits($event)" [selectedIndex]="0">
<mat-tab [label]="'In Progress (' + enrolledCourses.length + ')'">
<ng-container cdkFocusinitial *ngTemplateOutlet="enrolled"></ng-container>
</mat-tab>
......
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