Skip to content

Commit

Permalink
Revert "Remove loading from create only on error"
Browse files Browse the repository at this point in the history
This reverts commit bb1b3da.
  • Loading branch information
abefernan committed Jun 27, 2024
1 parent bb1b3da commit e7110d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/forms/CreateTxForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
};
Expand Down

0 comments on commit e7110d9

Please sign in to comment.