From 3009d1eecc50b8cf8c8ce7fa5f4361d165cd7011 Mon Sep 17 00:00:00 2001 From: dohyeons Date: Fri, 7 Nov 2025 16:09:58 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AD=EC=A0=9C=EB=B2=84=ED=8A=BC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=EB=B2=84=ED=8A=BC=20=ED=86=A0=EA=B8=80=20?= =?UTF-8?q?=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SplitPanelLayoutConfigPanel.tsx | 32 ------------------- 1 file changed, 32 deletions(-) diff --git a/frontend/lib/registry/components/split-panel-layout/SplitPanelLayoutConfigPanel.tsx b/frontend/lib/registry/components/split-panel-layout/SplitPanelLayoutConfigPanel.tsx index 1f3430ec..fe513550 100644 --- a/frontend/lib/registry/components/split-panel-layout/SplitPanelLayoutConfigPanel.tsx +++ b/frontend/lib/registry/components/split-panel-layout/SplitPanelLayoutConfigPanel.tsx @@ -363,22 +363,6 @@ export const SplitPanelLayoutConfigPanel: React.FC -
- - updateLeftPanel({ showEdit: checked })} - /> -
- -
- - updateLeftPanel({ showDelete: checked })} - /> -
-
-
- - updateRightPanel({ showEdit: checked })} - /> -
- -
- - updateRightPanel({ showDelete: checked })} - /> -
- {/* 우측 패널 표시 컬럼 설정 */}