tek-wallet 0.0.408 → 0.0.409

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.
@@ -569,6 +569,7 @@ var WithdrawFunction = (0, react_1.forwardRef)(function (props, ref) {
569
569
  response = _c.sent();
570
570
  console.warn("🚀 ~ handleSendExternal ~ response:", response);
571
571
  if (response.success) {
572
+ close();
572
573
  (_a = confirmLayoutDrawerRef.current) === null || _a === void 0 ? void 0 : _a.close();
573
574
  (_b = props.onSendSuccess) === null || _b === void 0 ? void 0 : _b.call(props, response);
574
575
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.408",
3
+ "version": "0.0.409",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",