Skip to content

Commit

Permalink
Update gmadmin.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
EnginKARATAS committed Oct 9, 2021
1 parent fa8e890 commit 20bfc17
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions weekly-report-app/src/app/reports/gmadmin/gmadmin.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 20bfc17

Please sign in to comment.