From 37439c2f28de3a11eb632b1434288978bc6e7f33 Mon Sep 17 00:00:00 2001 From: shivani170 Date: Thu, 16 Jan 2025 11:24:03 +0530 Subject: [PATCH] fix: removed unnecessary call while fetching commit in webhook modal --- src/components/app/details/triggerView/ciMaterial.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/app/details/triggerView/ciMaterial.tsx b/src/components/app/details/triggerView/ciMaterial.tsx index bf2fccc0b7..9b20580236 100644 --- a/src/components/app/details/triggerView/ciMaterial.tsx +++ b/src/components/app/details/triggerView/ciMaterial.tsx @@ -381,7 +381,6 @@ class CIMaterial extends Component { const response = await savePipeline(payload, true) if (response) { await this.props.getWorkflows() - this.context.onClickCIMaterial(this.props.pipelineId.toString(), this.props.pipelineName) } } catch (error) { showError(error)