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 >
<FormLabel>Precio</FormLabel>
<FormControl>
<Input {...field} />
<Input type="number" {...field} />
</FormControl>
<FormMessage />
</FormItem>