From 3a55ea3b647a72d01fbdff9cb0029c20e6cb7b3c Mon Sep 17 00:00:00 2001 From: kjs Date: Tue, 16 Dec 2025 15:32:43 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B6=84=ED=95=A0=ED=8C=A8=EB=84=90=20?= =?UTF-8?q?=EB=9D=BC=EB=B2=A8=EA=B2=80=EC=83=89=20=EA=B0=80=EB=8A=A5?= =?UTF-8?q?=ED=95=98=EA=B2=8C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../split-panel-layout/SplitPanelLayoutConfigPanel.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/lib/registry/components/split-panel-layout/SplitPanelLayoutConfigPanel.tsx b/frontend/lib/registry/components/split-panel-layout/SplitPanelLayoutConfigPanel.tsx index bbb115e0..203e1e47 100644 --- a/frontend/lib/registry/components/split-panel-layout/SplitPanelLayoutConfigPanel.tsx +++ b/frontend/lib/registry/components/split-panel-layout/SplitPanelLayoutConfigPanel.tsx @@ -1522,9 +1522,9 @@ export const SplitPanelLayoutConfigPanel: React.FC ( { - updateRightPanel({ tableName: value }); + value={`${table.displayName || ""} ${table.tableName}`} + onSelect={() => { + updateRightPanel({ tableName: table.tableName }); setRightTableOpen(false); }} >