chore: lint

This commit is contained in:
amhsirak
2025-03-18 23:47:22 +05:30
parent 419d50f020
commit 139a8b07d2

View File

@@ -461,13 +461,13 @@ export const RobotEditModal = ({ isOpen, handleStart, handleClose, initialSettin
/> />
<TextField <TextField
label="Robot Target URL" label="Robot Target URL"
key="Robot Target URL" key="Robot Target URL"
type='text' type='text'
value={targetUrl || ''} value={targetUrl || ''}
onChange={(e) => handleTargetUrlChange(e.target.value)} onChange={(e) => handleTargetUrlChange(e.target.value)}
style={{ marginBottom: '20px', marginTop: '15px' }} style={{ marginBottom: '20px', marginTop: '15px' }}
/> />
{robot.recording.workflow?.[0]?.what?.[0]?.args?.[0]?.limit !== undefined && ( {robot.recording.workflow?.[0]?.what?.[0]?.args?.[0]?.limit !== undefined && (
<TextField <TextField