Fix soil selector default value
This commit is contained in:
parent
06e6f4322c
commit
2d20c3b2d2
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ export default function SoilSelector(props) {
|
|||
<RadioGroup
|
||||
aria-label="soil-varient-selection"
|
||||
name="soil varient selection"
|
||||
value={value}
|
||||
value={value ?? ""}
|
||||
onChange={handleRadioChange}
|
||||
>
|
||||
<FormControlLabel value="D" control={<Radio />} label={DRY_SOIL_DESCRIPTION} sx={{ paddingTop: '15px', paddingBottom: '15px' }}/>
|
||||
|
|
Loading…
Reference in a new issue