diff --git a/components/form/content/image-detail-form.tsx b/components/form/content/image-detail-form.tsx index b845b15f..c572d6ef 100644 --- a/components/form/content/image-detail-form.tsx +++ b/components/form/content/image-detail-form.tsx @@ -310,6 +310,18 @@ export default function FormImageDetail() { return false; }; + const submitApprovalSuccesss = () => { + MySwal.fire({ + title: "Sukses", + text: "Data berhasil disimpan.", + icon: "success", + confirmButtonColor: "#3085d6", + confirmButtonText: "OK", + }).then(() => { + router.push('/in/contributor/content/image'); + }); + } + return (