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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
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