@hw-component/form 1.2.3 → 1.2.4
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.
|
@@ -96,7 +96,6 @@ var Index = function Index(props) {
|
|
|
96
96
|
if (hideItem) {
|
|
97
97
|
return null;
|
|
98
98
|
}
|
|
99
|
-
console.log(inProps, formItemLabel);
|
|
100
99
|
return jsx(Col, _objectSpread(_objectSpread({}, itemSpan), {}, {
|
|
101
100
|
className: "".concat(colClassName, " ").concat(itemClassName),
|
|
102
101
|
children: jsx(Form.Item, _objectSpread(_objectSpread({
|
|
@@ -99,7 +99,6 @@ var Index = function Index(props) {
|
|
|
99
99
|
if (hideItem) {
|
|
100
100
|
return null;
|
|
101
101
|
}
|
|
102
|
-
console.log(inProps, formItemLabel);
|
|
103
102
|
return jsxRuntime.jsx(antd.Col, _objectSpread(_objectSpread({}, itemSpan), {}, {
|
|
104
103
|
className: "".concat(colClassName, " ").concat(itemClassName),
|
|
105
104
|
children: jsxRuntime.jsx(antd.Form.Item, _objectSpread(_objectSpread({
|
package/package.json
CHANGED