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