fix: #2272, rich text within blocks causing crash on reorder
This commit is contained in:
@@ -6,7 +6,9 @@ export const blocksFieldSeedData = [
|
||||
blockName: 'First block',
|
||||
blockType: 'text',
|
||||
text: 'first block',
|
||||
richText: [],
|
||||
richText: [{
|
||||
children: [{ text: '' }],
|
||||
}],
|
||||
},
|
||||
{
|
||||
blockName: 'Second block',
|
||||
|
||||
Reference in New Issue
Block a user