chore: lint
This commit is contained in:
@@ -182,27 +182,27 @@ const RobotCreate: React.FC = () => {
|
|||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<Box sx={{ borderBottom: 1, borderColor: 'divider', mb: 2 }}>
|
<Box sx={{ borderBottom: 1, borderColor: 'divider', mb: 2 }}>
|
||||||
<Tabs
|
<Tabs
|
||||||
value={tabValue}
|
value={tabValue}
|
||||||
onChange={handleTabChange}
|
onChange={handleTabChange}
|
||||||
aria-label="robot type tabs"
|
aria-label="robot type tabs"
|
||||||
sx={{
|
sx={{
|
||||||
minHeight: 36,
|
minHeight: 36,
|
||||||
'& .MuiTab-root': {
|
'& .MuiTab-root': {
|
||||||
minHeight: 36,
|
minHeight: 36,
|
||||||
paddingX: 2,
|
paddingX: 2,
|
||||||
paddingY: 0.5,
|
paddingY: 0.5,
|
||||||
minWidth: 0,
|
minWidth: 0,
|
||||||
},
|
},
|
||||||
'& .MuiTabs-indicator': {
|
'& .MuiTabs-indicator': {
|
||||||
height: 2,
|
height: 2,
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Tab label="Extract" id="extract-robot" aria-controls="extract-robot" />
|
<Tab label="Extract" id="extract-robot" aria-controls="extract-robot" />
|
||||||
<Tab label="Markdown" id="markdown-robot" aria-controls="markdown-robot" />
|
<Tab label="Markdown" id="markdown-robot" aria-controls="markdown-robot" />
|
||||||
</Tabs>
|
</Tabs>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
|
|
||||||
<TabPanel value={tabValue} index={0}>
|
<TabPanel value={tabValue} index={0}>
|
||||||
|
|||||||
Reference in New Issue
Block a user