diff --git a/components/forms/CreateTxForm/index.tsx b/components/forms/CreateTxForm/index.tsx index c6c9178..bbff94d 100644 --- a/components/forms/CreateTxForm/index.tsx +++ b/components/forms/CreateTxForm/index.tsx @@ -100,8 +100,8 @@ const CreateTxForm = ({ router, senderAddress, accountOnChain }: CreateTxFormPro description: "Failed to create transaction", fullError: e instanceof Error ? e : undefined, }); - } finally { setProcessing(false); + } finally { toast.dismiss(loadingToastId); } };