bruh
This commit is contained in:
parent
e48af3af35
commit
3cc44bab83
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user