Skip to content

Commit 06a1f07

Browse files
committed
added: comment
1 parent 8120d4e commit 06a1f07

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(ciPipelineId, 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)