Skip to content

Commit

Permalink
Remove mat table exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
edlu77 committed Jan 24, 2024
1 parent 4921e07 commit d301766
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions projects/v2/src/app/components/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h4 class="mt-lg-0 mt-sm-3 h5"><strong>Location</strong></h4>
<fa-icon [icon]="faPhone" class="mr-2"></fa-icon> (812) 856 7034
</p>
<p>
<fa-icon [icon]="faEnvelope" class="mr-2"></fa-icon> infoccf@indiana.edu
<fa-icon [icon]="faEnvelope" class="mr-2"></fa-icon> infoccf&#64;indiana.edu
</p>
</div>
</div>
Expand All @@ -48,4 +48,4 @@ <h4 class="mt-lg-0 mt-sm-3 h5"><strong>Location</strong></h4>
</div>
</div>
</div>
</div>
</div>
6 changes: 3 additions & 3 deletions projects/v2/src/app/components/report/report.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@
</div>
</div>

<table mat-table matSort matTableExporter id="countsByOrgans" [dataSource]="countsByOrgan"
#exporter="matTableExporter" class="mat-elevation-z8 count_by_organ_table">
<table mat-table matSort id="countsByOrgans" [dataSource]="countsByOrgan"
class="mat-elevation-z8 count_by_organ_table">
<caption class="sr-only">
Counts by Organ
</caption>
Expand Down Expand Up @@ -679,4 +679,4 @@
</mat-tab>
</mat-tab-group>
</div>
</app-sidenav>
</app-sidenav>

0 comments on commit d301766

Please sign in to comment.