Skip to content

Commit

Permalink
add stateOfTheFacility to submit transformer (#34436)
Browse files Browse the repository at this point in the history
  • Loading branch information
hemeshvpatel authored Jan 31, 2025
1 parent 3d227bc commit eae3337
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/applications/ask-va/config/submit-transformer.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ export default function submitTransformer(formData, uploadFiles, askVAStore) {
SchoolObj: {
InstitutionName: getSchoolInfo(formData.school)?.name,
SchoolFacilityCode: getSchoolInfo(formData.school)?.code,
StateAbbreviation: formData.stateOfTheSchool,
StateAbbreviation:
formData.stateOfTheSchool || formData.stateOfTheFacility,
},
};
}

0 comments on commit eae3337

Please sign in to comment.