From 9e00545f24ee5d05a2ea3c9270fb76c5db0a642d Mon Sep 17 00:00:00 2001 From: Abin Antony <78570775+abin-aot@users.noreply.github.com> Date: Fri, 17 Nov 2023 12:00:42 -0800 Subject: [PATCH] Update getting-started3.component.ts --- .../getting-started3/getting-started3.component.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/app/route-components/getting-started3/getting-started3.component.ts b/web/src/app/route-components/getting-started3/getting-started3.component.ts index 11ac8136..bda9c8aa 100644 --- a/web/src/app/route-components/getting-started3/getting-started3.component.ts +++ b/web/src/app/route-components/getting-started3/getting-started3.component.ts @@ -38,6 +38,8 @@ export class GettingStarted3Component implements OnInit { this.targetKey, this.foiForm ); + console.log(this.targetKey) + console.log(state.requestData[this.targetKey].requestType) this.base.goFoiForward(state.requestData[this.targetKey].requestType); }