Skip to content

Commit

Permalink
Bugfix in dataprovider getList
Browse files Browse the repository at this point in the history
  • Loading branch information
wittfeldt committed Nov 8, 2021
1 parent b62b66e commit ab9323c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lolocompany/react-admin-lolo",
"version": "2.1.4",
"version": "2.1.5",
"description": "A library for schema-driven web apps using [Lolo](https://lolo.company), [React Admin](https://github.com/marmelab/react-admin) and [RJSF](https://github.com/rjsf-team/react-jsonschema-form)",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/providers/dataProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default apiUrl => {
};

const getList = async (resource, params, queryOpts = {}) => {
console.log('getList', resource, params, q);
console.log('getList', resource, params, queryOpts);

const {
page = 1,
Expand Down

0 comments on commit ab9323c

Please sign in to comment.