Skip to content

Commit

Permalink
fixed querystring argument name regression
Browse files Browse the repository at this point in the history
  • Loading branch information
mmadariaga committed Mar 8, 2024
1 parent bf8ffbf commit 8ebcd37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@irontec/ivoz-ui",
"version": "1.3.0",
"version": "1.3.1",
"description": "UI library used in ivozprovider",
"license": "GPL-3.0",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion library/src/entities/DefaultEntityBehavior.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const fetchFks = async (
return fetchAllPages({
endpoint,
params: {
properties,
_properties: properties,
},
setter,
cancelToken,
Expand Down

0 comments on commit 8ebcd37

Please sign in to comment.