캔버스에 컴포넌트가 배치 안되는 문제 해결

This commit is contained in:
dohyeons
2025-10-02 13:52:19 +09:00
parent c9c416d6fd
commit c23d372bcd
2 changed files with 50 additions and 52 deletions

View File

@@ -49,6 +49,7 @@ export interface ReportLayout {
margin_left: number;
margin_right: number;
components: ComponentConfig[];
pages?: ReportPage[]; // 새 페이지 구조 (옵셔널, 하위 호환성)
created_at: string;
created_by: string | null;
updated_at: string | null;