Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bruh
  • Loading branch information
regalijan committed Oct 20, 2023
1 parent e48af3a commit 3cc44ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/NewInactivityNotice.tsx
Expand Up @@ -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;

Expand Down

0 comments on commit 3cc44ba

Please sign in to comment.