chore: lint

This commit is contained in:
amhsirak
2025-03-19 17:29:08 +05:30
parent 1345ba6431
commit 3985f94e21

View File

@@ -465,7 +465,7 @@ export const RobotEditModal = ({ isOpen, handleStart, handleClose, initialSettin
type='text' type='text'
value={targetUrl || ''} value={targetUrl || ''}
onChange={(e) => handleTargetUrlChange(e.target.value)} onChange={(e) => handleTargetUrlChange(e.target.value)}
style={{ marginBottom: '20px'}} style={{ marginBottom: '20px' }}
/> />
{robot.recording.workflow?.[0]?.what?.[0]?.args?.[0]?.limit !== undefined && ( {robot.recording.workflow?.[0]?.what?.[0]?.args?.[0]?.limit !== undefined && (