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); }} >