diff --git a/weekly-report-app/src/app/reports/gmadmin/gmadmin.component.ts b/weekly-report-app/src/app/reports/gmadmin/gmadmin.component.ts index 204cdd6..f4dfda8 100644 --- a/weekly-report-app/src/app/reports/gmadmin/gmadmin.component.ts +++ b/weekly-report-app/src/app/reports/gmadmin/gmadmin.component.ts @@ -23,6 +23,17 @@ export class GmadminComponent implements OnInit { showMessage = ''; gm_id; +<<<<<<< Updated upstream +======= + searchForm = new FormGroup({ + searchBarValue: new FormControl('') + }); + + ngOnInit(): void { + this.retrieveReports(); + // this.showMessage = this.cookieService.get('Test'); + } +>>>>>>> Stashed changes constructor( private reportService: ReportService, private router: Router,