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");