Skip to content

Commit 25b99ce

Browse files
authored
Merge pull request #1609 from devtron-labs/fix-webhook-ci-redirection
fix: webhook ci (Pull Request) redirection
2 parents 603fdf9 + e305bf4 commit 25b99ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/app/details/triggerView/CiWebhookDebuggingModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export default function CiWebhookModal({
174174
</button>
175175
<div className="cn-9 fw-6 fs-14 flex left">
176176
Filter matching results
177-
<button type="button" className="mr-20 dc__transparent dc__align-right" onClick={() => onEditShowEditableCiModal(ciPipelineMaterialId, workflowId)}>
177+
<button type="button" className="mr-20 dc__transparent dc__align-right" onClick={() => onEditShowEditableCiModal(ciPipelineId, workflowId)}> // Here the CI model requires the CiPipelineId not the CiPipelineMaterialId
178178
<Edit className=" icon-dim-24" />
179179
</button>
180180
</div>

0 commit comments

Comments
 (0)