Browse Source

fix delegasi penetapan sanksi

andi 2 năm trước cách đây
mục cha
commit
b1151c5e08
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 });