From 3cc44bab83d0295e5c1b592ff0fe10e587edc226 Mon Sep 17 00:00:00 2001 From: regalijan Date: Fri, 20 Oct 2023 13:24:48 -0400 Subject: [PATCH] bruh --- components/NewInactivityNotice.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/NewInactivityNotice.tsx b/components/NewInactivityNotice.tsx index b252c16..caaa69b 100644 --- a/components/NewInactivityNotice.tsx +++ b/components/NewInactivityNotice.tsx @@ -36,7 +36,7 @@ export default function (props: { async function submit() { setLoading(true); const start = (document.getElementById("start") as HTMLInputElement).value; - const end = (document.getElementById("start") as HTMLInputElement).value; + const end = (document.getElementById("end") as HTMLInputElement).value; const reason = (document.getElementById("reason") as HTMLTextAreaElement) .value;