Fix Route APBdes

This commit is contained in:
2025-11-18 14:27:53 +08:00
parent 0feeb4de93
commit 6c32f3ebdb
5 changed files with 7 additions and 7 deletions

View File

@@ -107,7 +107,7 @@ function CreateAPBDes() {
toast.success("Berhasil menambahkan APBDes");
resetForm();
router.push("/admin/landing-page/APBDes");
router.push("/admin/landing-page/apbdes");
} catch (error) {
console.error("Gagal submit:", error);
toast.error("Gagal menyimpan data");