fix alert empty validation on manage wallet module

- make 2 mode of validation (create and update)
- change input field group
This commit is contained in:
Wikzyy
2025-05-08 17:10:10 +07:00
parent faf9adbb42
commit ebd5e8b4f9
4 changed files with 247 additions and 184 deletions

View File

@ -137,7 +137,6 @@ const TransactionDisbursement = () => {
});
return;
}
console.log(form);
setAlert({ show: false, message: '' });
setShowConfirmation(true);
};