@kengic/core.react 0.0.1-beta.61 → 0.0.1-beta.62
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/kengic-core.react.js +1 -1
- package/package.json +1 -1
package/kengic-core.react.js
CHANGED
|
@@ -67705,7 +67705,7 @@ class KgUtil {
|
|
|
67705
67705
|
okText: t.intl.formatMessage({ id: "kg.confirm" }),
|
|
67706
67706
|
onCancel() {
|
|
67707
67707
|
},
|
|
67708
|
-
|
|
67708
|
+
prefixCls: "kgcrant-modal",
|
|
67709
67709
|
title: t.intl.formatMessage({ id: "kg.confirm" }),
|
|
67710
67710
|
transitionName: "",
|
|
67711
67711
|
...t
|