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