Skip to content

Commit

Permalink
fix(package actions): Incorrect display of document types for CHIP SP…
Browse files Browse the repository at this point in the history
…A for RAI Response (#516)

* quick fix: added missing keys to attachments.ts to fix display name

* fixed: officialRaiResponse label

---------

Co-authored-by: Andie Swift <[email protected]>
Co-authored-by: Kevin Haube <[email protected]>
  • Loading branch information
3 people authored Apr 29, 2024
1 parent 54b849a commit 4ce5a2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/packages/shared-types/attachments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ export const attachmentTitleMap = (
"1915(b)(4) FFS Selective Contracting (Streamlined) Independent Assessment (first two renewals only)",
appk: "1915(c) Appendix K Amendment Waiver Template",
waiverExtensionRequest: "Waiver Extension Request",
revisedAmendedStatePlanLanguage: "Revised Amended State Plan Language",
officialRaiResponse: "Official RAI Response",
officialWithdrawalLetter: "Official Withdrawal Letter"

});
export type AttachmentKey = keyof typeof attachmentTitleMap;
export type AttachmentTitle = (typeof attachmentTitleMap)[AttachmentKey];
Expand Down

0 comments on commit 4ce5a2b

Please sign in to comment.