Skip to content

Commit

Permalink
Update getting-started3.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
abin-aot authored Nov 17, 2023
1 parent c75270d commit 9e00545
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 9e00545

Please sign in to comment.