From ef38ac4cdb0ffd8b2792884f38c656210e6a608c Mon Sep 17 00:00:00 2001 From: Kartik Sharma Date: Wed, 3 Dec 2025 12:34:21 +0530 Subject: [PATCH] added page-min-h in directorycontectlist. --- src/components/Directory/ListViewContact.jsx | 6 +++--- src/components/Documents/DocumentsList.jsx | 2 +- .../Project/ProjectOrganization/ProjectAssignedOrgs.jsx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Directory/ListViewContact.jsx b/src/components/Directory/ListViewContact.jsx index f4f15531..d22c02c0 100644 --- a/src/components/Directory/ListViewContact.jsx +++ b/src/components/Directory/ListViewContact.jsx @@ -99,7 +99,7 @@ const ListViewContact = ({ data, Pagination }) => { />
@@ -120,8 +120,8 @@ const ListViewContact = ({ data, Pagination }) => { {Array.isArray(data) && data.length > 0 ? ( data.map((row, i) => ( {contactList.map((col) => ( diff --git a/src/components/Documents/DocumentsList.jsx b/src/components/Documents/DocumentsList.jsx index 2121c9dd..0561b847 100644 --- a/src/components/Documents/DocumentsList.jsx +++ b/src/components/Documents/DocumentsList.jsx @@ -197,7 +197,7 @@ const DocumentsList = ({ const isRestoring = restoringIds.includes(doc.id); return ( - + {DocumentColumns.map((col) => ( {col.customRender diff --git a/src/components/Project/ProjectOrganization/ProjectAssignedOrgs.jsx b/src/components/Project/ProjectOrganization/ProjectAssignedOrgs.jsx index 2c7b8859..643592f0 100644 --- a/src/components/Project/ProjectOrganization/ProjectAssignedOrgs.jsx +++ b/src/components/Project/ProjectOrganization/ProjectAssignedOrgs.jsx @@ -103,7 +103,7 @@ const ProjectAssignedOrgs = () => { {Array.isArray(data) && data.length > 0 ? ( data.map((row, i) => ( - + {orgList.map((col) => ( {col.getValue(row)}