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:
@ -137,7 +137,6 @@ const TransactionDisbursement = () => {
|
||||
});
|
||||
return;
|
||||
}
|
||||
console.log(form);
|
||||
setAlert({ show: false, message: '' });
|
||||
setShowConfirmation(true);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user