대시보드관리디벨롭
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user