feat: robot target url
This commit is contained in:
@@ -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' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user