This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
jason
/
FPSMS-frontend
Прати
2
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
update
master
cyril.tsui
пре 2 месеци
родитељ
dd10c0e13d
комит
24b4c11e3d
1 измењених фајлова
са
13 додато
и
2 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-2
src/components/JoSave/InfoCard.tsx
+ 13
- 2
src/components/JoSave/InfoCard.tsx
Прегледај датотеку
@@ -44,12 +44,23 @@ const InfoCard: React.FC<Props> = ({
disabled={true}
/>
</Grid>
<Grid item xs={6}/>
<Grid item xs={6}>
<TextField
{
...register("
nam
e")
...register("
itemCod
e")
}
label={t("Name")}
label={t("Item Code")}
fullWidth
disabled={true}
/>
</Grid>
<Grid item xs={6}>
<TextField
{
...register("itemName")
}
label={t("Item Name")}
fullWidth
disabled={true}
/>
Write
Preview
Loading…
Откажи
Сачувај