From d097a48a80dc679791c07c212c40c213837e970f Mon Sep 17 00:00:00 2001 From: lhwan <1017484907@qq.com> Date: Wed, 21 Aug 2024 11:07:25 +0800 Subject: [PATCH] feat: db-editor layout change --- web/components/chat/db-editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/chat/db-editor.tsx b/web/components/chat/db-editor.tsx index 441dc9b5d..63b8e1149 100644 --- a/web/components/chat/db-editor.tsx +++ b/web/components/chat/db-editor.tsx @@ -116,7 +116,6 @@ function DbEditorContent({ layout = 'LR', editorValue, chartData, tableData, tab } }; }, [tables]) - return (
{ const { sql, thoughts } = resolveSqlAndThoughts(value);