Skip to content

Commit

Permalink
Merge pull request #233 from bcgov/dev-AA-4739
Browse files Browse the repository at this point in the history
Update getting-started3.component.ts
  • Loading branch information
abin-aot authored Nov 17, 2023
2 parents c75270d + 9e00545 commit 66ebbff
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 66ebbff

Please sign in to comment.