chore: lint
This commit is contained in:
@@ -151,8 +151,8 @@ export const CollapsibleRow = ({ row, handleDelete, isOpen, currentLog, abortRun
|
|||||||
row.runByUserId
|
row.runByUserId
|
||||||
? t('runs_table.run_settings_modal.labels.run_by_user')
|
? t('runs_table.run_settings_modal.labels.run_by_user')
|
||||||
: row.runByScheduleId
|
: row.runByScheduleId
|
||||||
? t('runs_table.run_settings_modal.labels.run_by_schedule')
|
? t('runs_table.run_settings_modal.labels.run_by_schedule')
|
||||||
: t('runs_table.run_settings_modal.labels.run_by_api')
|
: t('runs_table.run_settings_modal.labels.run_by_api')
|
||||||
}
|
}
|
||||||
value={runByLabel}
|
value={runByLabel}
|
||||||
InputProps={{ readOnly: true }}
|
InputProps={{ readOnly: true }}
|
||||||
|
|||||||
Reference in New Issue
Block a user