From c58dd9ff7ea08b909c247af2b18b427cf3fcd8a2 Mon Sep 17 00:00:00 2001 From: hjjeong Date: Wed, 1 Oct 2025 13:36:04 +0900 Subject: [PATCH] =?UTF-8?q?console.log=EB=A5=BC=20=EC=A3=BC=EC=84=9D?= =?UTF-8?q?=EC=B2=98=EB=A6=AC=20=EB=AC=B8=EB=B2=95=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/admin/dashboard/QueryEditor.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/components/admin/dashboard/QueryEditor.tsx b/frontend/components/admin/dashboard/QueryEditor.tsx index 825330d4..671024cd 100644 --- a/frontend/components/admin/dashboard/QueryEditor.tsx +++ b/frontend/components/admin/dashboard/QueryEditor.tsx @@ -384,14 +384,14 @@ function generateSampleQueryResult(query: string): QueryResult { // rowCount: rows.length, // sampleRow: rows[0], // allRows: rows, - fieldTypes: { - month: typeof rows[0].month, - galaxy_sales: typeof rows[0].galaxy_sales, - iphone_sales: typeof rows[0].iphone_sales, - other_sales: typeof rows[0].other_sales - }, - firstFewRows: rows.slice(0, 3), - lastFewRows: rows.slice(-3) + // fieldTypes: { + // month: typeof rows[0].month, + // galaxy_sales: typeof rows[0].galaxy_sales, + // iphone_sales: typeof rows[0].iphone_sales, + // other_sales: typeof rows[0].other_sales + // }, + // firstFewRows: rows.slice(0, 3), + // lastFewRows: rows.slice(-3) // }); return { columns,