From 2f05c4ba6a2cbd8fb8a1a7ba682f79e136f91399 Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Mon, 19 May 2025 22:24:21 +0530 Subject: [PATCH] removed console.log --- src/components/master/CreateContactTag.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/master/CreateContactTag.jsx b/src/components/master/CreateContactTag.jsx index dc92b789..ce9375dd 100644 --- a/src/components/master/CreateContactTag.jsx +++ b/src/components/master/CreateContactTag.jsx @@ -41,7 +41,6 @@ const CreateContactTag = ({onClose}) => { const updatedData = [...cachedData, resp?.data]; cacheData("Contact Tag", updatedData); showToast("Contact Tag Added successfully.", "success"); - console.log(getCachedData("Contact Tag")) onClose() }).catch((error)=>{ showToast(error?.response?.data?.message, "error");