feat: created At

This commit is contained in:
karishmas6
2024-10-24 03:44:27 +05:30
parent 92d7a16b34
commit 18f5fb39bc

View File

@@ -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' }}
/>
</>
)
}