allow any type for ImageSliderBlock temporarily
This commit is contained in:
@ -15,7 +15,7 @@ export const ImageSliderBlock = ({
|
|||||||
block,
|
block,
|
||||||
hero,
|
hero,
|
||||||
}: {
|
}: {
|
||||||
block: ImageSliderBlockType;
|
block: ImageSliderBlockType | any;
|
||||||
hero?: boolean;
|
hero?: boolean;
|
||||||
}) => {
|
}) => {
|
||||||
return (
|
return (
|
||||||
|
Reference in New Issue
Block a user