Skip to content

Commit

Permalink
Merge pull request #3791 from manelpb/fix-data
Browse files Browse the repository at this point in the history
Use ra-core instead of react-admin
  • Loading branch information
djhi committed Oct 9, 2019
2 parents b939c93 + 167a949 commit 90fbd46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ra-data-json-server/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
UPDATE_MANY,
DELETE,
DELETE_MANY,
} from 'react-admin';
} from 'ra-core';

/**
* Maps react-admin queries to a json-server powered REST API
Expand Down
2 changes: 1 addition & 1 deletion packages/ra-data-simple-rest/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
UPDATE_MANY,
DELETE,
DELETE_MANY,
} from 'react-admin';
} from 'ra-core';

/**
* Maps react-admin queries to a simple REST API
Expand Down

0 comments on commit 90fbd46

Please sign in to comment.