wargerm 0.5.30 → 0.5.31
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/dist/index.esm.js +0 -6
- package/dist/index.js +0 -6
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -11121,12 +11121,6 @@ var TabelCard = function TabelCard(props, ref) {
|
|
11121
11121
|
delete obj[item.dataIndex];
|
11122
11122
|
});
|
11123
11123
|
formSearchRef.current = obj;
|
11124
|
-
|
11125
|
-
if (columns === null || columns === void 0 ? void 0 : columns.length) {
|
11126
|
-
var _actionRef$current8;
|
11127
|
-
|
11128
|
-
actionRef === null || actionRef === void 0 ? void 0 : (_actionRef$current8 = actionRef.current) === null || _actionRef$current8 === void 0 ? void 0 : _actionRef$current8.reload(true);
|
11129
|
-
}
|
11130
11124
|
}
|
11131
11125
|
}, [columns]);
|
11132
11126
|
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(ModalForm$1, _objectSpread2(_objectSpread2({
|
package/dist/index.js
CHANGED
@@ -11182,12 +11182,6 @@ var TabelCard = function TabelCard(props, ref) {
|
|
11182
11182
|
delete obj[item.dataIndex];
|
11183
11183
|
});
|
11184
11184
|
formSearchRef.current = obj;
|
11185
|
-
|
11186
|
-
if (columns === null || columns === void 0 ? void 0 : columns.length) {
|
11187
|
-
var _actionRef$current8;
|
11188
|
-
|
11189
|
-
actionRef === null || actionRef === void 0 ? void 0 : (_actionRef$current8 = actionRef.current) === null || _actionRef$current8 === void 0 ? void 0 : _actionRef$current8.reload(true);
|
11190
|
-
}
|
11191
11185
|
}
|
11192
11186
|
}, [columns]);
|
11193
11187
|
return /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, /*#__PURE__*/React__default['default'].createElement(ModalForm$1, _objectSpread2(_objectSpread2({
|