From 4ac10ece934397e0495acf4159a42286950d9d5b Mon Sep 17 00:00:00 2001 From: Shubham Takode Date: Thu, 7 Mar 2024 13:10:09 +0530 Subject: [PATCH] Update pipeline-flow.component.tsx --- .../edit-pipeline-page/react/pipeline-flow.component.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/webapp-common/pipelines/edit-pipeline-page/react/pipeline-flow.component.tsx b/src/app/webapp-common/pipelines/edit-pipeline-page/react/pipeline-flow.component.tsx index b15ddd8c..f2b4228a 100644 --- a/src/app/webapp-common/pipelines/edit-pipeline-page/react/pipeline-flow.component.tsx +++ b/src/app/webapp-common/pipelines/edit-pipeline-page/react/pipeline-flow.component.tsx @@ -134,6 +134,7 @@ export const PipelineFlowComponent: FunctionComponent = ( onConnect={onConnect} onEdgeUpdate={onEdgeUpdate} fitView + deleteKeyCode={[]} /* style={{ backgroundColor: "#1a1e2c" }} */