캔버스에 컴포넌트가 배치 안되는 문제 해결
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user