feat: show which user created robot

This commit is contained in:
karishmas6
2024-10-28 19:30:20 +05:30
parent cece779180
commit 63688ff4cb

View File

@@ -104,6 +104,14 @@ export const RobotSettingsModal = ({ isOpen, handleStart, handleClose, initialSe
}}
style={{ marginBottom: '20px' }}
/>
<TextField
label="Created By User ID"
value={robot.userId}
InputProps={{
readOnly: true,
}}
style={{ marginBottom: '20px' }}
/>
<TextField
label="Robot Created At"
value={robot.recording_meta.createdAt}