fix: #2272, rich text within blocks causing crash on reorder

This commit is contained in:
James
2023-03-08 16:07:08 -08:00
parent ef826c88ec
commit 7daddf864d
2 changed files with 15 additions and 2 deletions

View File

@@ -6,7 +6,9 @@ export const blocksFieldSeedData = [
blockName: 'First block',
blockType: 'text',
text: 'first block',
richText: [],
richText: [{
children: [{ text: '' }],
}],
},
{
blockName: 'Second block',