Explorar el Código

update

master
cyril.tsui hace 2 meses
padre
commit
f5e42951e0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/components/JoSave/InfoCard.tsx

+ 1
- 1
src/components/JoSave/InfoCard.tsx Ver fichero

@@ -58,7 +58,7 @@ const InfoCard: React.FC<Props> = ({
<Grid item xs={6}>
<TextField
{
...register("itemName")
...register("name")
}
label={t("Item Name")}
fullWidth


Cargando…
Cancelar
Guardar