From 521ac90df45975155fd0a2240c009471240408e4 Mon Sep 17 00:00:00 2001 From: leeheejin Date: Thu, 16 Oct 2025 14:12:48 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8C=80=EC=8B=9C=EB=B3=B4=EB=93=9C=20?= =?UTF-8?q?=EB=B7=B0=EC=96=B4=EC=97=90=EC=84=9C=20customTitle=20=ED=91=9C?= =?UTF-8?q?=EC=8B=9C=20=EC=88=98=EC=A0=95=20-=20element.title=20=EB=8C=80?= =?UTF-8?q?=EC=8B=A0=20element.customTitle=20||=20element.title=20?= =?UTF-8?q?=EC=82=AC=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/components/dashboard/DashboardViewer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/dashboard/DashboardViewer.tsx b/frontend/components/dashboard/DashboardViewer.tsx index 3da45b7b..1dc2111c 100644 --- a/frontend/components/dashboard/DashboardViewer.tsx +++ b/frontend/components/dashboard/DashboardViewer.tsx @@ -286,7 +286,7 @@ function ViewerElement({ element, data, isLoading, onRefresh }: ViewerElementPro {/* 헤더 (showHeader가 true일 때만 표시) */} {element.showHeader !== false && (
-

{element.title}

+

{element.customTitle || element.title}

{/* 새로고침 버튼 (호버 시에만 표시) */} {isHovered && (