Skip to content

Commit

Permalink
NOBUG: Capitalize export CSV headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
NickPhura committed Oct 28, 2019
1 parent 04b6c4f commit c980102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/list/list.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ export class ListComponent implements OnInit, OnDestroy {
{ label: 'Publish Date', value: this.getExportDateFormatter('publishDate') },
{ label: 'Purpose', value: 'purpose' },
{ label: 'Subpurpose', value: 'subpurpose' },
{ label: 'status', value: this.getExportStatusFormatter('status', 'reason') },
{ label: 'last status update date', value: this.getExportDateFormatter('statusHistoryEffectiveDate') },
{ label: 'Status', value: this.getExportStatusFormatter('status', 'reason') },
{ label: 'Last Status Update Date', value: this.getExportDateFormatter('statusHistoryEffectiveDate') },
{ label: 'Type', value: 'type' },
{ label: 'Subtype', value: 'subtype' },
{ label: 'Tenure Stage', value: 'tenureStage' },
Expand Down

0 comments on commit c980102

Please sign in to comment.