fix: format
This commit is contained in:
@@ -116,9 +116,7 @@ export const InterpretationLog = () => {
|
|||||||
<p>What is the maximum number of rows you want to extract?</p>
|
<p>What is the maximum number of rows you want to extract?</p>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
<FormLabel>What is the maximum number of rows you want to extract?</FormLabel>
|
<FormLabel>What is the maximum number of rows you want to extract?</FormLabel>
|
||||||
<RadioGroup
|
<RadioGroup row>
|
||||||
row
|
|
||||||
>
|
|
||||||
<FormControlLabel value="10" control={<Radio />} label="10" />
|
<FormControlLabel value="10" control={<Radio />} label="10" />
|
||||||
<FormControlLabel value="100" control={<Radio />} label="100" />
|
<FormControlLabel value="100" control={<Radio />} label="100" />
|
||||||
<FormControlLabel value="custom" control={<Radio />} label="Custom" />
|
<FormControlLabel value="custom" control={<Radio />} label="Custom" />
|
||||||
|
|||||||
Reference in New Issue
Block a user