bruh
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user