[FEATURE] Very basic server updates
This commit is contained in:
parent
23efaafe1d
commit
eb53e56dc7
16 changed files with 255 additions and 14 deletions
|
@ -12,7 +12,7 @@ export default function CpuOption(props) {
|
|||
<TextField
|
||||
label="CPU"
|
||||
onChange={onChange}
|
||||
value={value}
|
||||
value={value ?? cpuOptions[0]}
|
||||
select
|
||||
required
|
||||
SelectProps={{ MenuProps: { sx: { maxHeight: "20rem" } } }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue