feat: extract
This commit is contained in:
@@ -185,8 +185,8 @@ const RobotCreate: React.FC = () => {
|
|||||||
<Tabs value={tabValue} onChange={handleTabChange} aria-label="robot type tabs">
|
<Tabs value={tabValue} onChange={handleTabChange} aria-label="robot type tabs">
|
||||||
<Tab
|
<Tab
|
||||||
label="Extract"
|
label="Extract"
|
||||||
id="robot-tab-0"
|
id="extract-robot"
|
||||||
aria-controls="robot-tabpanel-0"
|
aria-controls="extract-robot"
|
||||||
/>
|
/>
|
||||||
<Tab
|
<Tab
|
||||||
icon={<Description />}
|
icon={<Description />}
|
||||||
|
|||||||
Reference in New Issue
Block a user