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)