do fetch newest balance after post data on disbursement

This commit is contained in:
Wikzyy
2025-04-30 16:56:19 +07:00
parent 27d95959f0
commit 7597973601

View File

@ -112,6 +112,7 @@ const TransactionDisbursement = () => {
} finally {
setIsSubmitting(false);
setShowConfirmation(false);
fetchWallets();
ResetForm();
}
};