chore: lint

This commit is contained in:
karishmas6
2024-10-24 03:47:36 +05:30
parent e4cc8ae111
commit 3fd333f5da

View File

@@ -91,7 +91,7 @@ export const RobotSettingsModal = ({ isOpen, handleStart, handleClose, initialSe
value={robot.recording.workflow[0].where.url}
InputProps={{
readOnly: true,
}}
}}
style={{ marginBottom: '20px' }}
/>
<TextField
@@ -99,7 +99,7 @@ export const RobotSettingsModal = ({ isOpen, handleStart, handleClose, initialSe
value={robot.recording_meta.id}
InputProps={{
readOnly: true,
}}
}}
style={{ marginBottom: '20px' }}
/>
<TextField
@@ -107,7 +107,7 @@ export const RobotSettingsModal = ({ isOpen, handleStart, handleClose, initialSe
value={robot.recording_meta.createdAt}
InputProps={{
readOnly: true,
}}
}}
style={{ marginBottom: '20px' }}
/>
</>