wargerm 0.2.5 → 0.2.6

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 CHANGED
@@ -9618,7 +9618,7 @@ var TabelCard = function TabelCard(props, ref) {
9618
9618
 
9619
9619
  loading();
9620
9620
  actionRef === null || actionRef === void 0 ? void 0 : (_actionRef$current = actionRef.current) === null || _actionRef$current === void 0 ? void 0 : _actionRef$current.reload();
9621
- });
9621
+ }, record);
9622
9622
 
9623
9623
  case 3:
9624
9624
  case "end":
package/dist/index.js CHANGED
@@ -9651,7 +9651,7 @@ var TabelCard = function TabelCard(props, ref) {
9651
9651
 
9652
9652
  loading();
9653
9653
  actionRef === null || actionRef === void 0 ? void 0 : (_actionRef$current = actionRef.current) === null || _actionRef$current === void 0 ? void 0 : _actionRef$current.reload();
9654
- });
9654
+ }, record);
9655
9655
 
9656
9656
  case 3:
9657
9657
  case "end":
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "wargerm",
4
- "version": "0.2.5",
4
+ "version": "0.2.6",
5
5
  "scripts": {
6
6
  "dev": "dumi dev",
7
7
  "docs:build": "dumi build",
@@ -76,4 +76,4 @@
76
76
  "react": "^16.12.0",
77
77
  "yorkie": "^2.0.0"
78
78
  }
79
- }
79
+ }