update table list Wallet Rule

- add column wallet name and group name
This commit is contained in:
Wikzyy
2025-04-09 17:18:07 +07:00
parent 203b2f204e
commit 2d560afc48
2 changed files with 22 additions and 2 deletions

View File

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