대시보드관리디벨롭

This commit is contained in:
leeheejin
2025-10-20 17:42:35 +09:00
parent 40e9958690
commit 86135dcf10
9 changed files with 447 additions and 171 deletions

View File

@@ -335,13 +335,13 @@ export default function DashboardDesigner({ dashboardId: initialDashboardId }: D
const elementsData = elements.map((el) => {
// 야드 위젯인 경우 설정 로그 출력
if (el.subtype === "yard-management-3d") {
console.log("💾 야드 위젯 저장:", {
id: el.id,
yardConfig: el.yardConfig,
hasLayoutId: !!el.yardConfig?.layoutId,
});
}
// if (el.subtype === "yard-management-3d") {
// console.log("💾 야드 위젯 저장:", {
// id: el.id,
// yardConfig: el.yardConfig,
// hasLayoutId: !!el.yardConfig?.layoutId,
// });
// }
return {
id: el.id,
type: el.type,