Skip to content

Commit

Permalink
Update BAP status map for 2022 CRF to add withdrawn status, and updat…
Browse files Browse the repository at this point in the history
…e internal BAP status used for approved close out form submissions
  • Loading branch information
courtneymyers committed Aug 6, 2024
1 parent 4ff7020 commit ae71860
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/client/src/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ export const bapStatusMap = {
.set("Accepted", "Funding Approved"),
crf: new Map<string, string>()
.set("Needs Clarification", "Needs Clarification")
.set("Branch Director Denied", "Close Out Not Approved")
.set("Withdrawn", "Withdrawn")
.set("Coordinator Denied", "Close Out Not Approved")
.set("Accepted", "Close Out Approved"),
},
2023: {
Expand Down

0 comments on commit ae71860

Please sign in to comment.