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); }