custom success notification for useUpdate hook
i want my custom sucess notification for use update hook
useUpdate({
successNotifiacation:{
message:"ddd",
description:"dddd"
}
})
this way its not working
useUpdate({
successNotifiacation:{
message:"ddd",
description:"dddd"
}
})
this way its not working
