Explorar o código

fix delegasi penetapan sanksi

andi %!s(int64=2) %!d(string=hai) anos
pai
achega
b1151c5e08
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pages/app/sanksi/proses.js

+ 1 - 1
pages/app/sanksi/proses.js

@@ -124,7 +124,7 @@ class ProsesSanksi extends Component {
 		const toastid = toast.loading("Please wait...");
 		data.change_role = "true";
 		data.keterangan = "delegasi ke DIKTI"
-		update = await updateLaporan(token, id, data);
+		update = await updateLaporan(token, id, data, _csrf);
 
 		if (!update) {
 			toast.update(toastid, { render: "Laporan gagal didelegasi", type: "error", isLoading: false, autoClose: true, closeButton: true });