From 2e95672fc922789578773d0aa216be8da517d4a3 Mon Sep 17 00:00:00 2001 From: Leonardo Zizzamia Date: Tue, 16 Jul 2024 16:32:04 -0700 Subject: [PATCH] dope --- .changeset/eight-buses-enjoy.md | 1 + src/transaction/components/TransactionButton.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/.changeset/eight-buses-enjoy.md b/.changeset/eight-buses-enjoy.md index 5bdf7bd6a8..1f900f26c4 100644 --- a/.changeset/eight-buses-enjoy.md +++ b/.changeset/eight-buses-enjoy.md @@ -2,6 +2,7 @@ "@coinbase/onchainkit": patch --- +- **feat**: added initial version of `Transaction` component. By @abcrane123 & @zizzamia #816 #787 - **feat**: updated Viem and Wagmi version. By @zizzamia #815 - **chore**: Add WalletDropdown Disconnect and Link tests. By @cpcramer #810 - **chore**: Add Identity unit tests. By @cpcramer #807 diff --git a/src/transaction/components/TransactionButton.tsx b/src/transaction/components/TransactionButton.tsx index 977d978975..0f57f94275 100644 --- a/src/transaction/components/TransactionButton.tsx +++ b/src/transaction/components/TransactionButton.tsx @@ -24,6 +24,7 @@ export function TransactionButton({ className, )} onClick={onSubmit} + type="button" > {isLoading ? (