Skip to content

Commit 6440f5f

Browse files
authored
Update Doc: table's content type is TableContent (#1044)
`TableContent[]` is wrong `TableContent` is correct
1 parent fe3490b commit 6440f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/docs/editor-basics/default-schema.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ type TableBlock = {
117117
id: string;
118118
type: "table";
119119
props: DefaultProps;
120-
content: TableContent[];
120+
content: TableContent;
121121
children: Block[];
122122
};
123123
```

0 commit comments

Comments
 (0)