diff --git a/src/components/robot/RobotEdit.tsx b/src/components/robot/RobotEdit.tsx index 0b71e313..04426fea 100644 --- a/src/components/robot/RobotEdit.tsx +++ b/src/components/robot/RobotEdit.tsx @@ -465,7 +465,7 @@ export const RobotEditModal = ({ isOpen, handleStart, handleClose, initialSettin type='text' value={targetUrl || ''} onChange={(e) => handleTargetUrlChange(e.target.value)} - style={{ marginBottom: '20px', }} + style={{ marginBottom: '20px'}} /> {robot.recording.workflow?.[0]?.what?.[0]?.args?.[0]?.limit !== undefined && (