gbkannan89 commented on code in PR #7532:
URL: https://github.com/apache/trafficcontrol/pull/7532#discussion_r1205377000
##########
experimental/traffic-portal/src/app/core/profiles/profile-table/profile-table.component.ts:
##########
@@ -125,14 +137,16 @@ export class ProfileTableComponent implements OnInit {
private readonly route: ActivatedRoute,
private readonly navSvc: NavigationService,
private readonly dialog: MatDialog,
- public readonly auth: CurrentUserService) {
+ public readonly auth: CurrentUserService,
+ private readonly exportService: ExportAttachmentService,
+ private readonly fileUtil: FileUtilsService) {
this.fuzzySubject = new BehaviorSubject<string>("");
this.profiles = this.api.getProfiles();
this.navSvc.headerTitle.next("Profiles");
}
/** Initializes table data, loading it from Traffic Ops. */
- public ngOnInit(): void {
+ public async ngOnInit(): Promise<void> {
Review Comment:
it was a change while i was developing and forgot to revert that change
back. Missed it :( got it corrected now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]