Errors When Trying to Delete a Resource
Ok, so in my List view, I added column actions for each row, where one of the actions is to delete that row.
I have my custom dataProvider setup with a deleteOne that takes in the parameters and sends out an API request to delete the request item.
I have also enabled canDelete in my App
For some reason though, when i click the delete action, I get the following errors in my console and deleteOne is never called:
and
I have my custom dataProvider setup with a deleteOne that takes in the parameters and sends out an API request to delete the request item.
I have also enabled canDelete in my App
For some reason though, when i click the delete action, I get the following errors in my console and deleteOne is never called:
and
