Browse Source

update

master
cyril.tsui 2 months ago
parent
commit
f5e42951e0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/components/JoSave/InfoCard.tsx

+ 1
- 1
src/components/JoSave/InfoCard.tsx View File

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


Loading…
Cancel
Save