Skip to content

Commit

Permalink
add onsubmit
Browse files Browse the repository at this point in the history
  • Loading branch information
abcrane123 committed Jun 11, 2024
1 parent a8782b4 commit ff62bfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/docs/pages/swap/swap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The `Swap` component is a comprehensive interface for users to execute token swa
fromAmount={fromAmount}
fromToken={fromToken}
fromTokenBalance={fromTokenBalance}
onSubmit={onSubmit}
setFromAmount={setFromAmount}
setFromToken={setFromToken}
setToToken={setToToken}
Expand Down Expand Up @@ -75,6 +76,7 @@ The `Swap` component is a comprehensive interface for users to execute token swa
fromAmount={fromAmount}
fromToken={fromToken}
fromTokenBalance={fromTokenBalance}
onSubmit={() => {}}
setFromAmount={setFromAmount}
setFromToken={setFromToken}
setToToken={setToToken}
Expand Down

0 comments on commit ff62bfe

Please sign in to comment.