From 419d50f0200e04a496848ef79400d6d0ec043f3a Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 18 Mar 2025 23:46:12 +0530 Subject: [PATCH] feat: text field for url edit --- src/components/robot/RobotEdit.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) 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 && (