@kep-platform/business-component 0.2.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -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
|
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
|
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": "
|
82
|
+
"gitHead": "d6167a607e46012935e3ee7e301c3714be7fffc0"
|
83
83
|
}
|