@kep-platform/business-component 0.2.0 → 0.3.2

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.
@@ -209,7 +209,7 @@ export default function ConfigTable(props) {
209
209
  rowKey: 'oid',
210
210
  pagination: pagination,
211
211
  onChange: function onChange(_p) {
212
- setPagination(_p);
212
+ // if (_p) setPagination(_p);
213
213
  },
214
214
  empty: /*#__PURE__*/React.createElement("div", {
215
215
  style: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kep-platform/business-component",
3
- "version": "0.2.0",
3
+ "version": "0.3.2",
4
4
  "description": "A react library developed with dumi",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",
@@ -46,7 +46,7 @@
46
46
  ]
47
47
  },
48
48
  "dependencies": {
49
- "@kep-platform/basic-component": "^0.2.0"
49
+ "@kep-platform/basic-component": "^0.3.2"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@commitlint/cli": "^17.1.2",
@@ -79,5 +79,5 @@
79
79
  "access": "public"
80
80
  },
81
81
  "authors": [],
82
- "gitHead": "54a6f029d61a1bd43f18e5d9021193c18307cb4b"
82
+ "gitHead": "d6167a607e46012935e3ee7e301c3714be7fffc0"
83
83
  }