fix: format

This commit is contained in:
karishmas6
2024-08-24 10:02:42 +05:30
parent cc1a5f613b
commit d660967655

View File

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