-
Notifications
You must be signed in to change notification settings - Fork 486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Sort Options functionality of Patient discharge Page #8250
Conversation
@smritidoneria is attempting to deploy a commit to the Open Healthcare Network Team on Vercel. A member of the Team first needs to authorize it. |
🔍 Existing Issues For ReviewYour pull request is modifying functions with the following pre-existing issues: 📄 File: src/Components/Patient/ManagePatients.tsx
Did you find this useful? React with a 👍 or 👎 |
✅ Deploy Preview for care-egov-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -894,9 +894,9 @@ export const PatientManager = () => { | |||
onClick={() => advancedFilter.setShow(true)} | |||
/> | |||
<SortDropdownMenu | |||
options={PATIENT_SORT_OPTIONS} | |||
options={DISCHARGED_PATIENT_SORT_OPTIONS} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The intention of the issue was to show discharged patient sort options if the tab selected is discharged. (Which is accessible only for state admins through the ManagePatients
component).
Hi, This pr has been automatically marked as stale because it has not had any recent activity. It will be automatically closed if no further activity occurs for 7 more days. Thank you for your contributions. |
@smritidoneria Closing this PR as changes in this are invalid and to the associated issue and due to no activity. Feel free to re-open the PR. |
Proposed Changes
Screen.Recording.2024-08-05.at.12.15.58.PM.mov
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist