We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0814eb commit bc3c33bCopy full SHA for bc3c33b
src/components/CIPipelineN/CIPipeline.tsx
@@ -417,7 +417,7 @@ export default function CIPipeline({
417
const ciPipelineResponse = await getInitData(appId, true, !isJobCard)
418
if (ciPipelineResponse) {
419
setFormData(ciPipelineResponse.result.form)
420
- await getAvailablePlugins(ciPipelineResponse.form)
+ await getAvailablePlugins(ciPipelineResponse.result.form)
421
await getEnvironments(0)
422
setPageState(ViewType.FORM)
423
}
0 commit comments