Removing border line in directory contact tab.

This commit is contained in:
Kartik Sharma 2025-10-07 11:39:19 +05:30 committed by pramod.mahajan
parent f6f528c394
commit 5e10e5080f

View File

@ -179,7 +179,7 @@ const ListViewContact = ({ data, Pagination }) => {
<tr style={{ height: "200px" }}>
<td
colSpan={contactList.length + 1}
className="text-center align-middle"
className="text-center align-middle border-0"
>
No contacts found
</td>