pramod_Bug-#433 :Show "No Contact Found" Message When Directory Is Empty #177

Merged
vikas.nale merged 2 commits from pramod_Bug-#433 into Feature_Directory 2025-06-03 11:50:29 +00:00
Showing only changes of commit 1298994f58 - Show all commits

View File

@ -341,7 +341,7 @@ const handleDeleteContact = async (overrideId = null) => {
{/* Messages when listView is false */}
{!listView && (
<div className="d-flex flex-column justify-content-center align-items-center text-center card-minHeight">
<div className="d-flex flex-column justify-content-center align-items-center text-center ">
{loading && <p>Loading...</p>}
{!loading && contacts?.length === 0 && <p>No contact found</p>}
{!loading && contacts?.length > 0 && currentItems.length === 0 && (