feat: robot target url

This commit is contained in:
karishmas6
2024-10-24 03:38:59 +05:30
parent 81c4a1a1c8
commit d6e3d26fe3

View File

@@ -87,7 +87,7 @@ export const RobotSettingsModal = ({ isOpen, handleStart, handleClose, initialSe
robot && ( robot && (
<> <>
<TextField <TextField
label="Robot URL" label="Robot Target URL"
value={robot.recording.workflow[0].where.url} value={robot.recording.workflow[0].where.url}
disabled disabled
style={{ marginBottom: '20px' }} style={{ marginBottom: '20px' }}