Skip to content

Commit bc3c33b

Browse files
committed
fix: using correct ciPipelineResponse for basic view
1 parent d0814eb commit bc3c33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CIPipelineN/CIPipeline.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ export default function CIPipeline({
417417
const ciPipelineResponse = await getInitData(appId, true, !isJobCard)
418418
if (ciPipelineResponse) {
419419
setFormData(ciPipelineResponse.result.form)
420-
await getAvailablePlugins(ciPipelineResponse.form)
420+
await getAvailablePlugins(ciPipelineResponse.result.form)
421421
await getEnvironments(0)
422422
setPageState(ViewType.FORM)
423423
}

0 commit comments

Comments
 (0)