From 898866a2f0b90a5930e13eb919fb0a277572bd57 Mon Sep 17 00:00:00 2001 From: hyeonsu Date: Thu, 11 Sep 2025 18:00:24 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B8=B0=ED=83=80=20=EC=88=98=EC=A0=95?= =?UTF-8?q?=EC=82=AC=ED=95=AD=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dataflow/ConnectionSetupModal.tsx | 19 ------------------- .../components/dataflow/DataFlowDesigner.tsx | 1 - 2 files changed, 20 deletions(-) diff --git a/frontend/components/dataflow/ConnectionSetupModal.tsx b/frontend/components/dataflow/ConnectionSetupModal.tsx index 4147b87e..1ece10f5 100644 --- a/frontend/components/dataflow/ConnectionSetupModal.tsx +++ b/frontend/components/dataflow/ConnectionSetupModal.tsx @@ -677,25 +677,6 @@ export const ConnectionSetupModal: React.FC = ({ className="text-sm" /> -
- - -
{/* 연결 종류 선택 */} diff --git a/frontend/components/dataflow/DataFlowDesigner.tsx b/frontend/components/dataflow/DataFlowDesigner.tsx index f0951f6b..a9e52128 100644 --- a/frontend/components/dataflow/DataFlowDesigner.tsx +++ b/frontend/components/dataflow/DataFlowDesigner.tsx @@ -1175,7 +1175,6 @@ export const DataFlowDesigner: React.FC = ({ const columns = selectedColumns[tableName]; const node = nodes.find((n) => n.data.table.tableName === tableName); const displayName = node?.data.table.displayName || tableName; - return (
{/* 테이블 정보 */}