do fetch newest balance after post data on disbursement
This commit is contained in:
@ -112,6 +112,7 @@ const TransactionDisbursement = () => {
|
||||
} finally {
|
||||
setIsSubmitting(false);
|
||||
setShowConfirmation(false);
|
||||
fetchWallets();
|
||||
ResetForm();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user