removed console.log

This commit is contained in:
Pramod Mahajan 2025-05-19 22:24:21 +05:30
parent b71dd7f0f5
commit 2f05c4ba6a

View File

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