mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
Fix issues introduced in new Typescript version.
This commit is contained in:
@@ -55,7 +55,7 @@ export function OnboardingModal({ onClose, callback }: Props) {
|
||||
onSubmit={
|
||||
handleSubmit(
|
||||
onSubmit,
|
||||
) as JSX.GenericEventHandler<HTMLFormElement>
|
||||
) as unknown as JSX.GenericEventHandler<HTMLFormElement>
|
||||
}>
|
||||
<div>
|
||||
<FormField
|
||||
|
||||
Reference in New Issue
Block a user