diff --git a/src/Components/Patient/ManagePatients.tsx b/src/Components/Patient/ManagePatients.tsx index 26a6148e0bf..1e223a57aff 100644 --- a/src/Components/Patient/ManagePatients.tsx +++ b/src/Components/Patient/ManagePatients.tsx @@ -6,9 +6,9 @@ import { DISCHARGE_REASONS, GENDER_TYPES, PATIENT_CATEGORIES, - PATIENT_SORT_OPTIONS, RESPIRATORY_SUPPORT, TELEMEDICINE_ACTIONS, + DISCHARGED_PATIENT_SORT_OPTIONS, } from "../../Common/constants"; import { FacilityModel, PatientCategory } from "../Facility/models"; import { Link, navigate } from "raviger"; @@ -894,9 +894,9 @@ export const PatientManager = () => { onClick={() => advancedFilter.setShow(true)} /> updateQuery({ ordering: e.ordering })} />
{!isExportAllowed ? (