Se cambio en el modulo de editar producto el tipo de input a number

This commit is contained in:
2025-12-15 13:12:10 -04:00
parent b8b11259cd
commit 69b3aab02a

View File

@@ -154,7 +154,7 @@ export function UpdateForm({
<FormItem > <FormItem >
<FormLabel>Precio</FormLabel> <FormLabel>Precio</FormLabel>
<FormControl> <FormControl>
<Input {...field} /> <Input type="number" {...field} />
</FormControl> </FormControl>
<FormMessage /> <FormMessage />
</FormItem> </FormItem>