nazirov91 / ra-strapi-rest

React Admin data provider for Strapi.js
125 stars 40 forks source link

Fix response to 'DELETE' #5

Closed jeremyrobert closed 5 years ago

jeremyrobert commented 5 years ago

When deleting a resource in the edit view, I am getting the following error in console:

The response to 'DELETE' must be like { data: { id: 123, ... } }, but the received data does not have an 'id' key. The dataProvider is probably wrong for 'DELETE'