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) => ({
|
||||
id: String(span?.id || createLocalId()),
|
||||
text: String(span?.text ?? ''),
|
||||
iconUrl: span?.iconUrl ? String(span.iconUrl) : undefined,
|
||||
}))
|
||||
: undefined,
|
||||
galleryColumns:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user