@magicbe/antd-crud 0.0.64 → 0.0.65

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.
@@ -180,7 +180,7 @@ var Table = React.forwardRef(function (_a, ref) {
180
180
  onChange: onRowSelectionChange,
181
181
  type: selectionType,
182
182
  });
183
- }, [selectionType]);
183
+ }, [selectionType, selected_keys]);
184
184
  var loadRecords = function (params, filter, sorter, extra) {
185
185
  var _a;
186
186
  if (params === void 0) { params = {}; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magicbe/antd-crud",
3
- "version": "0.0.64",
3
+ "version": "0.0.65",
4
4
  "description": "antd crud table",
5
5
  "author": "wang quan",
6
6
  "private": false,