UI Alignment and Icon Styling Issue in Contact Card Design in Directory. #292

Closed
kartik.sharma wants to merge 65 commits from Kartik_Bug#805 into Issues_July_4W
Showing only changes of commit 029b8300ff - Show all commits

View File

@ -85,9 +85,7 @@ const NotesDirectory = ({
} catch (error) {
setIsSubmitting(false);
const msg =
error.response?.data?.message ||
error.message ||
"Error occurred during API calling";
error.response?.data?.message || error.message || "Error occurred during API calling";
showToast(msg, "error");
}
};