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 {
|
import {
|
||||||
Form,
|
Form,
|
||||||
FormControl,
|
FormControl,
|
||||||
FormDebug,
|
|
||||||
FormDescription,
|
FormDescription,
|
||||||
FormField,
|
FormField,
|
||||||
FormItem,
|
FormItem,
|
||||||
|
|
@ -418,7 +417,6 @@ export const FormNewServizioAcquisto = ({
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Form {...form}>
|
<Form {...form}>
|
||||||
<FormDebug />
|
|
||||||
<form onSubmit={form.handleSubmit(onSubmit)} className="space-y-8 px-0.5">
|
<form onSubmit={form.handleSubmit(onSubmit)} className="space-y-8 px-0.5">
|
||||||
<Card>
|
<Card>
|
||||||
<CardHeader>
|
<CardHeader>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue