@guo514360255/antd-lib 1.4.23 → 1.4.24

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.
@@ -107,7 +107,7 @@ var CustomModal = /*#__PURE__*/forwardRef(function (props, ref) {
107
107
  _context2.next = 7;
108
108
  break;
109
109
  case 6:
110
- setDetail(values);
110
+ setDetail(handleDetailData ? handleDetailData(values) : values);
111
111
  case 7:
112
112
  case "end":
113
113
  return _context2.stop();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guo514360255/antd-lib",
3
- "version": "1.4.23",
3
+ "version": "1.4.24",
4
4
  "description": "react design 5 lib",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",