Skip to content

Commit

Permalink
Add unarchive patient functionality for support admins
Browse files Browse the repository at this point in the history
  • Loading branch information
emyl3 committed Aug 25, 2023
1 parent 61680e0 commit c469922
Show file tree
Hide file tree
Showing 11 changed files with 657 additions and 73 deletions.
6 changes: 6 additions & 0 deletions frontend/src/app/supportAdmin/SupportAdmin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import {
orgAccessPageTitle,
orgFacilityColumnTitle,
usersAndPatientsColumnTitle,
unarchivePatientTitle,
} from "./pageTitles";

type CategoryMenuProps = {
Expand Down Expand Up @@ -92,6 +93,11 @@ const SupportAdmin = () => {
{manageUserPageTitle}
</LinkWithQuery>
</li>
<li>
<LinkWithQuery to="/admin/unarchive-patient">
{unarchivePatientTitle}
</LinkWithQuery>
</li>
</CategoryMenu>
{hivEnabled && (
<CategoryMenu heading="Beta">
Expand Down
Loading

0 comments on commit c469922

Please sign in to comment.