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

Remove "applicable academic work" table header

parent f4751c03
Branches table-header
No related tags found
No related merge requests found
Pipeline #43433 passed
...@@ -177,8 +177,7 @@ ...@@ -177,8 +177,7 @@
<div class="subrequirement-content-wrapper"> <div class="subrequirement-content-wrapper">
<ng-container [ngSwitch]="reqBody.template"> <ng-container [ngSwitch]="reqBody.template">
<ng-container *ngSwitchCase="'courses'"> <ng-container *ngSwitchCase="'courses'">
<table style="width: 100%" mat-table [dataSource]="asCourseBody(reqBody).subRequirementCourses"> <table style="width: 100%" class="no-header" mat-table [dataSource]="asCourseBody(reqBody).subRequirementCourses">
<caption>Applicable academic work</caption>
<tr mat-header-row *matHeaderRowDef="courseTerms"></tr> <tr mat-header-row *matHeaderRowDef="courseTerms"></tr>
<tr mat-row *matRowDef="let row; columns: courseTerms;"></tr> <tr mat-row *matRowDef="let row; columns: courseTerms;"></tr>
......
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