fixed gallery span image issue
This commit is contained in:
parent
eb712e86f2
commit
cef7c80d8f
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user