Use TextArea for job name entry

Rationale: When using long job names and cloning a job, it's common to not realize "_copy" is appended to the job name and you only realize it after creating the job.
This commit is contained in:
fatalis 2026-05-31 13:54:40 -05:00 committed by GitHub
parent e5439509b5
commit eb97038fae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ export default function SimpleJob({
)}
<div className={topBarClass}>
<Card title="Job">
<TextInput
<TextAreaInput
label="Training Name"
value={jobConfig.config.name}
docKey="config.name"