From 4dd1442dc3c28a017382302c60aaf6322493ee50 Mon Sep 17 00:00:00 2001 From: regalijan <r@regalijan.com> Date: Thu, 19 Oct 2023 16:50:50 -0400 Subject: [PATCH] Actually send departments in post request --- components/NewInactivityNotice.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/NewInactivityNotice.tsx b/components/NewInactivityNotice.tsx index 9d7a6bc..9c32d8c 100644 --- a/components/NewInactivityNotice.tsx +++ b/components/NewInactivityNotice.tsx @@ -43,6 +43,7 @@ export default function(props: { const inactivityPost = await fetch("/api/inactivity/new", { body: JSON.stringify({ + departments, end, reason, start