feat: created At
This commit is contained in:
@@ -98,6 +98,12 @@ export const RobotSettingsModal = ({ isOpen, handleStart, handleClose, initialSe
|
||||
disabled
|
||||
style={{ marginBottom: '20px' }}
|
||||
/>
|
||||
<TextField
|
||||
label="Robot Created At"
|
||||
value={robot.recording_meta.createdAt}
|
||||
disabled
|
||||
style={{ marginBottom: '20px' }}
|
||||
/>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user