chorE: lint

This commit is contained in:
karishmas6
2024-08-26 20:06:47 +05:30
parent 4f29742310
commit 7057662c87

View File

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