fix responsive admin

deksripsi:
- app infomation
- user serach
- project collaboration
This commit is contained in:
2025-04-16 11:15:00 +08:00
parent 8a72a3398d
commit f41cbba21f
14 changed files with 759 additions and 498 deletions

View File

@@ -34,7 +34,7 @@ const apiGetAllForum = async ({
// Check if the response is OK
if (!response.ok) {
const errorData = await response.json().catch(() => null);
console.error("Failed to get all forum:", response.statusText, errorData);
console.error("Failed to get all forum", response.statusText, errorData);
throw new Error(errorData?.message || "Failed to get all forum");
}