This commit is contained in:
regalijan 2023-10-20 13:24:48 -04:00
parent e48af3af35
commit 3cc44bab83
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -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;