diff --git a/src/components/robot/RobotEdit.tsx b/src/components/robot/RobotEdit.tsx index 8ac465d5..7bb0bfbd 100644 --- a/src/components/robot/RobotEdit.tsx +++ b/src/components/robot/RobotEdit.tsx @@ -459,6 +459,15 @@ export const RobotEditModal = ({ isOpen, handleStart, handleClose, initialSettin onChange={(e) => handleRobotNameChange(e.target.value)} style={{ marginBottom: '20px' }} /> + + handleTargetUrlChange(e.target.value)} + style={{ marginBottom: '20px', marginTop: '15px' }} + /> {robot.recording.workflow?.[0]?.what?.[0]?.args?.[0]?.limit !== undefined && (