···104104 return (
105105 <Form {...form}>
106106 <form
107107- onSubmit={form.handleSubmit(onSubmit, console.log)}
107107+ onSubmit={form.handleSubmit(onSubmit)}
108108 id="notification-form" // we use a form id to connect the submit button to the form (as we also have the form nested inside of `MonitorForm`)
109109 className="flex flex-col gap-4"
110110 >