feat: extract

This commit is contained in:
amhsirak
2025-11-20 16:03:55 +05:30
parent 51a0c3a769
commit 672a1822cb

View File

@@ -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 />}