feat: set radio group val to selected option

This commit is contained in:
karishmas6
2024-08-29 23:05:25 +05:30
parent 3899e2e85c
commit f96f9a3bb0

View File

@@ -186,7 +186,7 @@ export const InterpretationLog = () => {
<FormLabel>
<h4>What is the maximum number of rows you want to extract?</h4>
</FormLabel>
<RadioGroup row>
<RadioGroup row value={selectedOption}>
<FormControlLabel value="10" control={<Radio />} label="10" />
<FormControlLabel value="100" control={<Radio />} label="100" />
<FormControlLabel value="custom" control={<Radio />} label="Custom" />