diff --git a/src/components/Directory/ListViewContact.jsx b/src/components/Directory/ListViewContact.jsx index 9f9b26d1..ef484c31 100644 --- a/src/components/Directory/ListViewContact.jsx +++ b/src/components/Directory/ListViewContact.jsx @@ -102,10 +102,10 @@ const ListViewContact = ({ data, Pagination }) => { className="card-datatable table-responsive" id="horizontal-example" > -
+
- + {contactList?.map((col) => ( - + {Array.isArray(data) && data.length > 0 ? ( data.map((row, i) => ( { - setDeleteBucket({isOpen:false,bucketId:null}); + setDeleteBucket({ isOpen: false, bucketId: null }); }); const handleDelete = (bucketId) => { DeleteBucket(bucketId); @@ -133,7 +133,8 @@ export default function DirectoryPage({ IsPage = true, projectId = null }) { > )}
-
+
+
- -
- - -
-
+
{activeTab === "notes" && ( +
setsearchContact(e.target.value)} />
-
+ +
- {showActive ? "Active" : "Inactive"} + {showActive ? "Active" : "Inactive"} Contacts
)}
+ +
+ + +
+
{col.label} @@ -116,7 +116,7 @@ const ListViewContact = ({ data, Pagination }) => {