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">
<Tab
label="Extract"
id="robot-tab-0"
aria-controls="robot-tabpanel-0"
id="extract-robot"
aria-controls="extract-robot"
/>
<Tab
icon={<Description />}