From c1c850b16f4d11e9cf70ac38b52a533ddf968536 Mon Sep 17 00:00:00 2001 From: Gokulram A Date: Thu, 16 Nov 2023 18:25:02 +0530 Subject: [PATCH 01/45] Remove default ordering value --- src/Components/Patient/ManagePatients.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Patient/ManagePatients.tsx b/src/Components/Patient/ManagePatients.tsx index 6a52d68130c..95abb338df7 100644 --- a/src/Components/Patient/ManagePatients.tsx +++ b/src/Components/Patient/ManagePatients.tsx @@ -181,7 +181,7 @@ export const PatientManager = () => { created_date_after: qParams.created_date_after || undefined, modified_date_before: qParams.modified_date_before || undefined, modified_date_after: qParams.modified_date_after || undefined, - ordering: qParams.ordering || "-modified_date", + ordering: qParams.ordering || undefined, category: qParams.category || undefined, gender: qParams.gender || undefined, age_min: qParams.age_min || undefined, From 25ee0e6b1f2b7335997e76da895698625ca4cc2c Mon Sep 17 00:00:00 2001 From: Kshitij Verma Date: Thu, 29 Feb 2024 18:48:40 +0530 Subject: [PATCH 02/45] rearranged facility home layout --- src/Components/Facility/FacilityHome.tsx | 109 ++++++++++++----------- 1 file changed, 56 insertions(+), 53 deletions(-) diff --git a/src/Components/Facility/FacilityHome.tsx b/src/Components/Facility/FacilityHome.tsx index 4120f4a5469..72950e4aeaf 100644 --- a/src/Components/Facility/FacilityHome.tsx +++ b/src/Components/Facility/FacilityHome.tsx @@ -186,10 +186,10 @@ export const FacilityHome = (props: any) => { >
-
-
+
+