update banyak

This commit is contained in:
kevin
2023-06-09 13:52:54 +07:00
parent 684e63cd6f
commit 3a8a7438ba
13 changed files with 204 additions and 23 deletions

View File

@@ -277,6 +277,8 @@ export default function Index() {
const corporateMembers = await axios.get(`${corporateValue}/members`, {
params: { ...parameters },
});
console.log('member',corporateMembers );
const corporateTopUpLimit = await axios.get(`${corporateValue}/topup`);
setSearchParams(parameters);
@@ -331,11 +333,11 @@ export default function Index() {
Inactive
</Button>
),
action: (
/* action: (
<IconButton onClick={handleAction}>
<MoreVertIcon />
</IconButton>
),
), */
};
})
);