fixing update type reward & user

This commit is contained in:
Raja Oktafrianto
2025-04-11 10:12:33 +07:00
parent 59d74d4304
commit a1572ae9c8
5 changed files with 64 additions and 21 deletions

View File

@ -189,7 +189,7 @@ const ManageUserContextProvider = ({ children }: { children: React.ReactNode })
order_direction: sorting[0].desc == false ? 'ASC' : 'DESC',
filter: JSON.stringify(filter)
});
// console.log('response api:', response);
console.log('response api:', response);
return { data: response?.data.list, totalCount: response?.data.total_count };
};