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 { } finally {
setIsSubmitting(false); setIsSubmitting(false);
setShowConfirmation(false); setShowConfirmation(false);
fetchWallets();
ResetForm(); ResetForm();
} }
}; };