resolve type error
This commit is contained in:
parent
e5237bb342
commit
a174aafbf2
@ -49,7 +49,12 @@ const SignInForm = () => {
|
|||||||
<TopLabel>
|
<TopLabel>
|
||||||
<h1 className="text-md font-bold text-gray-300">Admin Login</h1>
|
<h1 className="text-md font-bold text-gray-300">Admin Login</h1>
|
||||||
</TopLabel>
|
</TopLabel>
|
||||||
<form onSubmit={handleSubmit(onSubmit)} id="admin-login">
|
<form
|
||||||
|
onSubmit={(event) => {
|
||||||
|
void handleSubmit(onSubmit)(event);
|
||||||
|
}}
|
||||||
|
id="admin-login"
|
||||||
|
>
|
||||||
<div className="space-y-4 p-4">
|
<div className="space-y-4 p-4">
|
||||||
{/** Username section */}
|
{/** Username section */}
|
||||||
<section className="flex flex-col space-y-2">
|
<section className="flex flex-col space-y-2">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user