Skip to content

Commit a285224

Browse files
committed
fix: type issue
1 parent 0f8de95 commit a285224

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/csk-components/src/components/canvas/ImageGallery/image-gallery.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const ImageGallery: FC<ImageGalleryProps & ReplaceFieldsWithAssets<ImageGalleryP
2626
: items.map((item, index) => ({
2727
_id: `image-${index}-${item?.id}`,
2828
component: <BaseImage src={item.url} alt={item.title || ''} style={{ objectFit: 'cover' }} fill />,
29+
variantId: undefined,
2930
$pzCrit: undefined,
3031
})),
3132
};

0 commit comments

Comments
 (0)