Skip to content

Commit 7b96182

Browse files
committed
[test-studio] Fix reference to nonexistent type
1 parent 02309e5 commit 7b96182

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/test-studio/schemas/blocks.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ export default {
2121
},
2222
{
2323
type: 'reference',
24-
name: 'blogpostReference',
25-
to: {type: 'blogpost'},
26-
title: 'Reference to blogpost'
24+
name: 'bookReference',
25+
to: {type: 'book'},
26+
title: 'Reference to book'
2727
},
2828
{type: 'author', title: 'Embedded author'},
2929
{type: 'code', title: 'Code'},

0 commit comments

Comments
 (0)