chore: lint

This commit is contained in:
amhsirak
2025-01-09 17:17:48 +05:30
parent bead6a0203
commit e6a77a2a59

View File

@@ -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 }}