Skip to content

Commit

Permalink
Inject SAM.gov POC emails into a brand new 2023 FRF submission
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneymyers committed Sep 12, 2023
1 parent 515a7a0 commit 2c8c823
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/client/src/routes/frfNew.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ function createInitialSubmissionData(options: {
_user_title: title,
_user_name: name,
_bap_entity_combo_key: comboKey,
_bap_elec_bus_poc_email: entity.ELEC_BUS_POC_EMAIL__c,
_bap_alt_elec_bus_poc_email: entity.ALT_ELEC_BUS_POC_EMAIL__c,
_bap_govt_bus_poc_email: entity.GOVT_BUS_POC_EMAIL__c,
_bap_alt_govt_bus_poc_email: entity.ALT_GOVT_BUS_POC_EMAIL__c,
_bap_applicant_email: email,
_bap_applicant_title: title,
_bap_applicant_name: name,
Expand Down

0 comments on commit 2c8c823

Please sign in to comment.