리스트 카드 렌더링 문제 해결

This commit is contained in:
dohyeons
2025-11-14 11:16:03 +09:00
parent a491f08337
commit 2eb8c3a61b
2 changed files with 97 additions and 45 deletions

View File

@@ -352,6 +352,10 @@ export function WidgetConfigSidebar({ element, isOpen, onClose, onApply }: Widge
console.log("🔧 [WidgetConfigSidebar] handleApply 호출:", {
subtype: element.subtype,
isMultiDataSourceWidget,
dataSources,
listConfig,
finalChartConfig,
customMetricConfig,
updatedElement,
});