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,
|
SelectValue,
|
||||||
} from "~/components/ui/select";
|
} from "~/components/ui/select";
|
||||||
import { useEffect } from "react";
|
import { useEffect } from "react";
|
||||||
import { DevTool } from "@hookform/devtools";
|
|
||||||
|
|
||||||
type FormPrezzoProps = {
|
type FormPrezzoProps = {
|
||||||
initialValues: Prezziario | null;
|
initialValues: Prezziario | null;
|
||||||
|
|
@ -131,7 +130,6 @@ export const FormPrezzo = ({
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Form {...form}>
|
<Form {...form}>
|
||||||
<DevTool control={form.control} />
|
|
||||||
<form
|
<form
|
||||||
onSubmit={form.handleSubmit(onSubmit)}
|
onSubmit={form.handleSubmit(onSubmit)}
|
||||||
className="space-y-4 px-0.5"
|
className="space-y-4 px-0.5"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue