removed console.log
This commit is contained in:
parent
b71dd7f0f5
commit
2f05c4ba6a
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user