upd: kataloh

deskripsi:
- update api list portofolio

No Issues
This commit is contained in:
amel
2024-12-06 12:19:42 +08:00
parent ea491231a8
commit dc8e30ae87
6 changed files with 90 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ export default function ListPortofolioProfileNew() {
async function getPortofolio() {
try {
setLoading(true)
const response = await apiGetPortofolioByProfile(`?profile=${param.id}&page=profile`)
const response = await apiGetPortofolioByProfile(`?profile=${param.id}&cat=profile`)
if (response.success) {
setDataPortofolio(response.data);
}