mirror of
https://github.com/clearml/clearml-web
synced 2025-03-13 15:20:35 +00:00
Update pipeline-step-info.component.ts
This commit is contained in:
parent
698f7c02d5
commit
431b4ac47e
@ -29,7 +29,7 @@ export class PipelineStepInfoComponent {
|
|||||||
@Input() set ioOptions(options: any) {
|
@Input() set ioOptions(options: any) {
|
||||||
const opts = options.map((op) => {
|
const opts = options.map((op) => {
|
||||||
return {
|
return {
|
||||||
value: "${"+op.stepName+"."+op.key+"}",
|
value: "${"+op.stepName+".id}."+op.key,
|
||||||
label: `${op.stepName}.${op.key}`,
|
label: `${op.stepName}.${op.key}`,
|
||||||
type: op.type
|
type: op.type
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user