added Installation Serial Number for SodistoreHome in frontend
This commit is contained in:
parent
5f1bcdb0c1
commit
d8293f58b1
|
|
@ -375,6 +375,22 @@ function InformationSodistorehome(props: InformationSodistorehomeProps) {
|
||||||
</FormControl>
|
</FormControl>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<TextField
|
||||||
|
label={
|
||||||
|
<FormattedMessage
|
||||||
|
id="installationSerialNumber"
|
||||||
|
defaultMessage="Installation Serial Number"
|
||||||
|
/>
|
||||||
|
}
|
||||||
|
name="serialNumber"
|
||||||
|
value={formValues.serialNumber}
|
||||||
|
onChange={handleChange}
|
||||||
|
variant="outlined"
|
||||||
|
fullWidth
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<TextField
|
<TextField
|
||||||
label={
|
label={
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue