upd: project

Deskripsi:
- pembatasan user role
- bersih log user
- masang log user
- bersih console.log

No Issues
This commit is contained in:
amel
2024-09-06 12:19:21 +08:00
parent ab1cd29621
commit 836cd58627
15 changed files with 366 additions and 267 deletions

View File

@@ -52,7 +52,7 @@ export default function AddFileDetailProject() {
toast.error(res.message)
}
} catch (error) {
console.log(error)
console.error(error)
toast.error("Gagal menambahkan file, coba lagi nanti")
}
}
@@ -75,7 +75,7 @@ export default function AddFileDetailProject() {
toast.error(response.message)
}
} catch (error) {
console.log(error)
console.error(error)
toast.error("Gagal menambahkan file, coba lagi nanti");
}
}