Skip to content

Commit 093e7ee

Browse files
committed
fix post loop preview
1 parent 8555609 commit 093e7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/style-guide/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ const getSerializedBlock = props => {
271271
}
272272

273273
if ( blockName === 'stackable/posts' ) {
274-
const defaultValues = DEFAULT_CONTENT[ 'Post Loop' ]
274+
const defaultValues = DEFAULT_CONTENT[ 'post-loop' ]
275275
serialized = addPlaceholderForPostsBlock( serialized, defaultValues.posts_placeholder, defaultValues, `${ srcUrl }/${ heroBg }` )
276276
}
277277

0 commit comments

Comments
 (0)