fix: kegiatan

Deskripsi:
- edit tahapan
- hapus console log

No Issues
This commit is contained in:
amel
2024-09-25 17:02:14 +08:00
parent 34daac9d4d
commit 021cb74302
6 changed files with 37 additions and 35 deletions

View File

@@ -42,7 +42,6 @@ export default function ProgressDetailProject() {
async function getOneDataCancel() {
try {
const res = await funGetOneProjectById(param.id, 'data');
console.log(res.data)
if (res.success) {
setReason(res.data.reason);
} else {