feat: -rm <p> tag for user input question

This commit is contained in:
karishmas6
2024-08-24 10:04:20 +05:30
parent d660967655
commit 27acb56691

View File

@@ -113,7 +113,6 @@ export const InterpretationLog = () => {
{ {
getList ? ( getList ? (
<> <>
<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 row> <RadioGroup row>