diff --git a/components/forms/CreateTxForm/index.tsx b/components/forms/CreateTxForm/index.tsx index bbff94d..c6c9178 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, }); - setProcessing(false); } finally { + setProcessing(false); toast.dismiss(loadingToastId); } };