chore: lint

This commit is contained in:
karishmas6
2024-10-28 21:18:49 +05:30
parent 219e12674e
commit 1ba1ffb041

View File

@@ -135,7 +135,7 @@ export const CollapsibleRow = ({ row, handleDelete, isOpen, currentLog, abortRun
<> <>
<Typography variant="h5" style={{ marginBottom: '20px' }}>Run Settings</Typography> <Typography variant="h5" style={{ marginBottom: '20px' }}>Run Settings</Typography>
<Box style={{ display: 'flex', flexDirection: 'column', gap: '20px' }}> <Box style={{ display: 'flex', flexDirection: 'column', gap: '20px' }}>
<TextField <TextField
label="Run ID" label="Run ID"
value={row.runId} value={row.runId}
InputProps={{ readOnly: true }} InputProps={{ readOnly: true }}