@compill/admin 1.0.35 → 1.0.36

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/index.cjs.js CHANGED
@@ -2073,6 +2073,7 @@ function DetailsView(_a) {
2073
2073
  const ref = React__default["default"].useRef(null);
2074
2074
  return jsxRuntime.jsx(PageQueryStateContainer, Object.assign({
2075
2075
  api: api,
2076
+ apiFn: "get",
2076
2077
  queryId: id,
2077
2078
  ref: ref,
2078
2079
  p: "5"
package/index.esm.js CHANGED
@@ -2064,6 +2064,7 @@ function DetailsView(_a) {
2064
2064
  const ref = React.useRef(null);
2065
2065
  return jsx(PageQueryStateContainer, Object.assign({
2066
2066
  api: api,
2067
+ apiFn: "get",
2067
2068
  queryId: id,
2068
2069
  ref: ref,
2069
2070
  p: "5"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compill/admin",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
4
4
  "module": "./index.esm.js",
5
5
  "main": "./index.cjs.js"
6
6
  }