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) { } catch (error) {
setIsSubmitting(false); setIsSubmitting(false);
const msg = const msg =
error.response?.data?.message || error.response?.data?.message || error.message || "Error occurred during API calling";
error.message ||
"Error occurred during API calling";
showToast(msg, "error"); showToast(msg, "error");
} }
}; };