title: auto

des: auto
note:auto
This commit is contained in:
2023-11-09 14:57:49 +08:00
parent 4de3d8d43c
commit 0fcd238d9b
3 changed files with 7 additions and 7 deletions

View File

@@ -67,11 +67,11 @@ export default function EditIntroInvestasi({
const fd = new FormData();
fd.append("file", fl as any);
await funEditInvestasi(fd, body).then(async (res) => {
res.status === 200
? (toast(res.message), router.back())
: toast(res.message);
});
// await funEditInvestasi(fd, body).then(async (res) => {
// res.status === 200
// ? (toast(res.message), router.back())
// : toast(res.message);
// });
}
return (