add new field (Transactiontype status) on transactiontype + remove console on addDialog conversion

This commit is contained in:
bagusajisaputroo
2025-04-05 17:41:00 +07:00
parent 59a51284c8
commit 5437979dd3
4 changed files with 538 additions and 274 deletions

View File

@ -121,7 +121,7 @@ const AddDialog = () => {
}
doCreateConversion(e);
console.log(formField);
// console.log(formField);
setAlert({ show: false, message: '' });
};