feat create update Wallet Rule
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user