We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a91d5 commit bd2ddf2Copy full SHA for bd2ddf2
ui/pages/bridge/prepare/prepare-bridge-page.tsx
@@ -489,7 +489,6 @@ const PrepareBridgePage = () => {
489
: undefined;
490
toChainClientId && dispatch(setActiveNetwork(toChainClientId));
491
dispatch(setFromToken(toToken));
492
- dispatch(setFromTokenInputValue(null));
493
fromChain?.chainId && dispatch(setToChain(fromChain.chainId));
494
fromChain?.chainId && dispatch(setToChainId(fromChain.chainId));
495
dispatch(setToToken(fromToken));
0 commit comments