API Portofolio

Fix:
- edit select sub bidang

### NO Issue
This commit is contained in:
2025-09-03 17:42:17 +08:00
parent 9a915c55d2
commit 0e708dde0f
4 changed files with 650 additions and 63 deletions

View File

@@ -38,10 +38,10 @@ export default function Portofolio() {
async function onLoadData(id: string) {
const response = await apiGetOnePortofolio({ id: id });
console.log(
"Response portofolio >>",
JSON.stringify(response.data, null, 2)
);
// console.log(
// "Response portofolio >>",
// JSON.stringify(response.data, null, 2)
// );
setData(response.data);
}