refine
refine copied to clipboard
app-crm: cannot delete contact note
Trying to delete a contact note results in the following error:
It seems it tries to delete a contact insted of a note.
Changing the line:
https://github.com/refinedev/refine/blob/af05511094963c3c614f486b453f0838b60216a8/examples/app-crm/src/routes/contacts/components/comment/comment-list.tsx#L137
to
resource="contactNotes"
fixes the delete operation. But I'm not sure it is the correct fix as I don't know what the meta entry was supposed to do.