feat: robot target url

This commit is contained in:
karishmas6
2024-10-24 03:38:59 +05:30
parent 81c4a1a1c8
commit d6e3d26fe3

View File

@@ -87,7 +87,7 @@ export const RobotSettingsModal = ({ isOpen, handleStart, handleClose, initialSe
robot && (
<>
<TextField
label="Robot URL"
label="Robot Target URL"
value={robot.recording.workflow[0].where.url}
disabled
style={{ marginBottom: '20px' }}