Revert "Remove loading from create only on error"

This reverts commit bb1b3da42d.
This commit is contained in:
abefernan 2024-06-27 15:42:42 +02:00
parent bb1b3da42d
commit e7110d9eee
No known key found for this signature in database

View File

@ -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);
}
};