This commit is contained in:
Nicolas Dorseuil
2026-06-16 17:38:28 +02:00
parent d75cdf1334
commit c334ea2748
@@ -72,7 +72,7 @@ export function StructurePreview(props: { initialSnapshot: StructurePreviewSnaps
}
//TODO: we should not pass everything here, we should select only some data as a lot of them are GBO specific
// Maybe only sections title/icon or something like that. TBD
// Maybe only sections title/icon or something like that. TBD
setSnapshot(event.data.payload);
};