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:
parent
e5439509b5
commit
eb97038fae
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue