fix: remove unused DevTool import from FormPrezzo component
This commit is contained in:
parent
682d792cb8
commit
26f1664696
1 changed files with 0 additions and 2 deletions
|
|
@ -26,7 +26,6 @@ import {
|
|||
SelectValue,
|
||||
} from "~/components/ui/select";
|
||||
import { useEffect } from "react";
|
||||
import { DevTool } from "@hookform/devtools";
|
||||
|
||||
type FormPrezzoProps = {
|
||||
initialValues: Prezziario | null;
|
||||
|
|
@ -131,7 +130,6 @@ export const FormPrezzo = ({
|
|||
return (
|
||||
<>
|
||||
<Form {...form}>
|
||||
<DevTool control={form.control} />
|
||||
<form
|
||||
onSubmit={form.handleSubmit(onSubmit)}
|
||||
className="space-y-4 px-0.5"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue