This commit is contained in:
2023-10-20 13:24:48 -04:00
parent e48af3af35
commit 3cc44bab83

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;