Revert "Remove loading from create only on error"
This reverts commit bb1b3da42d.
This commit is contained in:
parent
bb1b3da42d
commit
e7110d9eee
@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user