Removing border line in directory contact tab. #457

Merged
pramod.mahajan merged 1 commits from Kartik_Bug#1429 into Issues_Oct_1W 2025-10-08 13:23:41 +00:00

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>