@civicactions/cmsds-open-data-components 3.2.5 → 3.2.6-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +1 -0
- package/dist/main.js.map +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1385,6 +1385,7 @@ const $1d3d480a9cfaabe0$var$useDatastore = (resourceId, rootAPIUrl, options, add
|
|
|
1385
1385
|
"datastore" + id + additionalParamsString
|
|
1386
1386
|
],
|
|
1387
1387
|
queryFn: ()=>{
|
|
1388
|
+
setCount(null);
|
|
1388
1389
|
return fetch(`${rootUrl}/datastore/query/${id}?${additionalParamsString}`).then((res)=>res.json());
|
|
1389
1390
|
},
|
|
1390
1391
|
enabled: enabled
|