Update pipeline-step-info.component.ts

This commit is contained in:
Shubham Takode 2024-02-29 12:17:54 +05:30
parent 698f7c02d5
commit 431b4ac47e

View File

@ -29,7 +29,7 @@ export class PipelineStepInfoComponent {
@Input() set ioOptions(options: any) {
const opts = options.map((op) => {
return {
value: "${"+op.stepName+"."+op.key+"}",
value: "${"+op.stepName+".id}."+op.key,
label: `${op.stepName}.${op.key}`,
type: op.type
}