Skip to content

Commit

Permalink
[test-studio] Fix reference to nonexistent type
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Aug 25, 2017
1 parent 954fee9 commit 80d1228
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/test-studio/schemas/blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ export default {
},
{
type: 'reference',
name: 'blogpostReference',
to: {type: 'blogpost'},
title: 'Reference to blogpost'
name: 'bookReference',
to: {type: 'book'},
title: 'Reference to book'
},
{type: 'author', title: 'Embedded author'},
{type: 'code', title: 'Code'},
Expand Down

0 comments on commit 80d1228

Please sign in to comment.