fixed gallery span image issue

This commit is contained in:
Dmitri 2026-04-04 10:05:19 +04:00
parent eb712e86f2
commit cef7c80d8f

View File

@ -875,6 +875,7 @@ const ConstructorPage = ({ mode = 'constructor' }: ConstructorPageProps) => {
? item.galleryInfoSpans.map((span: any) => ({ ? item.galleryInfoSpans.map((span: any) => ({
id: String(span?.id || createLocalId()), id: String(span?.id || createLocalId()),
text: String(span?.text ?? ''), text: String(span?.text ?? ''),
iconUrl: span?.iconUrl ? String(span.iconUrl) : undefined,
})) }))
: undefined, : undefined,
galleryColumns: galleryColumns: