Skip to content

Commit

Permalink
Merge pull request #2369 from devtron-labs/fix/webhook-api
Browse files Browse the repository at this point in the history
fix: removed unnecessary call while fetching commit in webhook  modal
  • Loading branch information
shivani170 authored Jan 16, 2025
2 parents bd1e403 + 37439c2 commit 35b6234
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/app/details/triggerView/ciMaterial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ class CIMaterial extends Component<CIMaterialProps, CIMaterialState> {
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)
Expand Down

0 comments on commit 35b6234

Please sign in to comment.