@compill/admin 1.0.36 → 1.0.37

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
@@ -2243,6 +2243,7 @@ function TabbedView(_a) {
2243
2243
  return jsxRuntime.jsx(PageQueryStateContainer, {
2244
2244
  queryId: id,
2245
2245
  api: api,
2246
+ apiFn: "get",
2246
2247
  p: "5",
2247
2248
  children: city => {
2248
2249
  const {
package/index.esm.js CHANGED
@@ -2234,6 +2234,7 @@ function TabbedView(_a) {
2234
2234
  return jsx(PageQueryStateContainer, {
2235
2235
  queryId: id,
2236
2236
  api: api,
2237
+ apiFn: "get",
2237
2238
  p: "5",
2238
2239
  children: city => {
2239
2240
  const {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compill/admin",
3
- "version": "1.0.36",
3
+ "version": "1.0.37",
4
4
  "module": "./index.esm.js",
5
5
  "main": "./index.cjs.js"
6
6
  }