Skip to content

Commit

Permalink
data_provider updates and merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveDeveloper committed Aug 18, 2021
1 parent ab850fc commit c24766a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 256 deletions.
1 change: 1 addition & 0 deletions dist/cjs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,7 @@ var _dataProvider = (apiUrl => {
limit: perPage,
sort: `${field} ${order.toLowerCase()}`,
offset: (page - 1) * perPage,
qre: 0,
...buildQs({ ...params.filter,
[params.target]: params.id
})
Expand Down
2 changes: 1 addition & 1 deletion dist/cjs/index.js.map

Large diffs are not rendered by default.

253 changes: 0 additions & 253 deletions dist/data_provider.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/esm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,7 @@ var _dataProvider = (apiUrl => {
limit: perPage,
sort: `${field} ${order.toLowerCase()}`,
offset: (page - 1) * perPage,
qre: 0,
...buildQs({ ...params.filter,
[params.target]: params.id
})
Expand Down
2 changes: 1 addition & 1 deletion dist/esm/index.js.map

Large diffs are not rendered by default.

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.0.0",
"version": "2.0.1",
"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

0 comments on commit c24766a

Please sign in to comment.