feat: scrape robot
This commit is contained in:
@@ -428,7 +428,7 @@ const RobotCreate: React.FC = () => {
|
|||||||
}}
|
}}
|
||||||
startIcon={isLoading ? <CircularProgress size={20} color="inherit" /> : null}
|
startIcon={isLoading ? <CircularProgress size={20} color="inherit" /> : null}
|
||||||
>
|
>
|
||||||
{isLoading ? 'Turning...' : 'Turn to Markdown'}
|
{isLoading ? 'Creating...' : 'Create Robot'}
|
||||||
</Button>
|
</Button>
|
||||||
</Box>
|
</Box>
|
||||||
</Card>
|
</Card>
|
||||||
|
|||||||
Reference in New Issue
Block a user