feat create update Wallet Rule

This commit is contained in:
Wikzyy
2025-03-26 10:24:02 +07:00
parent d9dfe3e6a1
commit e44b20635c
4 changed files with 405 additions and 5 deletions

View File

@ -132,7 +132,7 @@ const AddDialog = () => {
order_direction: sorting[0].desc == false ? 'ASC' : 'DESC'
});
console.log('GROUPS: ', response?.data);
// console.log('GROUPS: ', response?.data);
setGroups(response?.data.list);
} catch (error) {
console.error('Error fetching groups', error);
@ -149,7 +149,7 @@ const AddDialog = () => {
order_direction: sorting[0].desc == false ? 'ASC' : 'DESC'
});
console.log('WALLET: ', response?.data);
// console.log('WALLET: ', response?.data);
setWallets(response?.data.list);
} catch (error) {
console.error('Error fetching wallet', error);