refactor: remove unused FormDebug component from FormNewServizioAcquisto
This commit is contained in:
parent
4135f748bb
commit
aa0f506dbf
1 changed files with 0 additions and 2 deletions
|
|
@ -3,7 +3,6 @@ import { z } from "zod/v4";
|
|||
import {
|
||||
Form,
|
||||
FormControl,
|
||||
FormDebug,
|
||||
FormDescription,
|
||||
FormField,
|
||||
FormItem,
|
||||
|
|
@ -418,7 +417,6 @@ export const FormNewServizioAcquisto = ({
|
|||
|
||||
return (
|
||||
<Form {...form}>
|
||||
<FormDebug />
|
||||
<form onSubmit={form.handleSubmit(onSubmit)} className="space-y-8 px-0.5">
|
||||
<Card>
|
||||
<CardHeader>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue