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 (
{/* 테이블 정보 */}