feat: scrape robot

This commit is contained in:
amhsirak
2025-11-20 17:56:37 +05:30
parent 5aafe6eaaf
commit 418100c169

View File

@@ -200,7 +200,7 @@ const RobotCreate: React.FC = () => {
}} }}
> >
<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="Scrape" id="scrape-robot" aria-controls="scrape-robot" />
</Tabs> </Tabs>
</Box> </Box>