Skip to content

Commit

Permalink
Relayer manage modal state reset
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Nov 10, 2023
1 parent 74485ed commit 865c783
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/apps/src/components/relayer-manage-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ export default function RelayerManageModal({ relayerInfo, isOpen, onClose, onSuc
setSourceChain(_sourceChain);
setTargetChain(_targetChain);
setSourceToken(_sourceToken);
setWithdrawAmount({ formatted: 0n, value: "" });
setDepositAmount({ formatted: 0n, value: "" });
setActiveKey("update");
}, [
relayerInfo,
setBaseFee,
Expand Down

0 comments on commit 865c783

Please sign in to comment.