From 73bfb61f9b05c53544d473f0973d151bccaf4e4b Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 29 Dec 2020 15:07:48 -0700 Subject: [PATCH] Tax year update --- .../contributor-yearly-report.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.ts b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.ts index 24b1cf1..2915843 100644 --- a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.ts +++ b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.ts @@ -35,6 +35,7 @@ export class ContributorYearlyReportComponent implements OnInit { public contributorState: string = 'MT'; public contributorZip: string = '59701'; public taxYear: number = 2020; + public rowsFirstPage: number = 13; public rowsPerPage: number = 31;